From 4779efbc2386fc88691678d6b9f9edb9b8a061c2 Mon Sep 17 00:00:00 2001 From: fan Date: Tue, 5 Jul 2022 09:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4&=E5=8F=B8?= =?UTF-8?q?=E6=9C=BA=E9=A9=BE=E9=A9=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 + src/utils/baseUrl.js | 5 +- src/views/jlmap3d/drive/jl3ddrive.vue | 1089 ++++++++--------- src/views/newMap/jointTrainingNew/index.vue | 4 +- src/views/newMap/mapDraftPicture/index.vue | 660 ++++++++++ .../mapoperate/components/createOperate.vue | 50 + .../mapoperate/components/operateProperty.vue | 67 + .../mapoperate/config/list.vue | 477 ++++++++ .../mapDraftPicture/mapoperate/device.vue | 84 ++ .../mapDraftPicture/mapoperate/index.vue | 236 ++++ .../mapoperate/multiSelect.vue | 13 + src/views/newMap/newDesignUser/demonList.vue | 345 +++--- src/views/newMap/trainTicket/greenLicence.vue | 2 +- src/views/newMap/trainTicket/redLicence.vue | 2 +- src/views/newMap/trainTicket/trainTicket.vue | 3 + 15 files changed, 2325 insertions(+), 718 deletions(-) create mode 100644 src/views/newMap/mapDraftPicture/index.vue create mode 100644 src/views/newMap/mapDraftPicture/mapoperate/components/createOperate.vue create mode 100644 src/views/newMap/mapDraftPicture/mapoperate/components/operateProperty.vue create mode 100644 src/views/newMap/mapDraftPicture/mapoperate/config/list.vue create mode 100644 src/views/newMap/mapDraftPicture/mapoperate/device.vue create mode 100644 src/views/newMap/mapDraftPicture/mapoperate/index.vue create mode 100644 src/views/newMap/mapDraftPicture/mapoperate/multiSelect.vue diff --git a/src/router/index.js b/src/router/index.js index 180b90074..150820229 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -76,6 +76,7 @@ const IscsStationConfig = () => import('@/views/iscs/iscsSystem/stationConfig/in const NewMapDraft = () => import('@/views/newMap/newMapdraft/index'); const NewMapDraftSystem = () => import('@/views/newMap/newMapdraftSystem/index'); +const MapDraftPicture = () => import('@/views/newMap/mapDraftPicture/index'); const NewDesignPlatformUser = () => import('@/views/newMap/newDesignUser/index'); const Taskmanage = () => import('@/views/lesson/taskmanage/list'); @@ -1356,6 +1357,11 @@ export const asyncRouter = [ component: NewMapDraftSystem, hidden: true }, + { // 地图画面管理 + path: 'usermap/map/pictureDraw/:mapId/:view', + component: MapDraftPicture, + hidden: true + }, { path:'iscs/design', redirect: '/iscs/design', diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index d14ff73dc..30bf92c6f 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -24,10 +24,11 @@ export function handlerUrl(data) { if (process.env.NODE_ENV === 'development') { // const data = null; // BASE_API = 'https://joylink.club/jlcloud'; - // BASE_API = 'https://test.joylink.club/jlcloud'; + BASE_API = 'https://test.joylink.club/jlcloud'; + // BASE_API = 'http://192.168.3.233/rtss-server'; // BASE_API = 'http://114.116.51.125/jlcloud'; // BASE_API = 'http://192.168.8.152:9000'; // 袁琪 - BASE_API = 'http://192.168.3.94:9000'; // 旭强 + // BASE_API = 'http://192.168.3.94:9000'; // 旭强 // BASE_API = 'http://192.168.3.15:9000'; // 张赛 // BASE_API = 'http://192.168.8.140:9000'; // 杜康 // BASE_API = 'http://192.168.3.37:9000'; // 卫志宏 diff --git a/src/views/jlmap3d/drive/jl3ddrive.vue b/src/views/jlmap3d/drive/jl3ddrive.vue index efa228ca0..8f29e416e 100644 --- a/src/views/jlmap3d/drive/jl3ddrive.vue +++ b/src/views/jlmap3d/drive/jl3ddrive.vue @@ -1,20 +1,19 @@ + + + + + + + + + + diff --git a/src/views/newMap/mapDraftPicture/mapoperate/device.vue b/src/views/newMap/mapDraftPicture/mapoperate/device.vue new file mode 100644 index 000000000..f22c94614 --- /dev/null +++ b/src/views/newMap/mapDraftPicture/mapoperate/device.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/src/views/newMap/mapDraftPicture/mapoperate/index.vue b/src/views/newMap/mapDraftPicture/mapoperate/index.vue new file mode 100644 index 000000000..20b7f8573 --- /dev/null +++ b/src/views/newMap/mapDraftPicture/mapoperate/index.vue @@ -0,0 +1,236 @@ + + + + diff --git a/src/views/newMap/mapDraftPicture/mapoperate/multiSelect.vue b/src/views/newMap/mapDraftPicture/mapoperate/multiSelect.vue new file mode 100644 index 000000000..26a859df9 --- /dev/null +++ b/src/views/newMap/mapDraftPicture/mapoperate/multiSelect.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/views/newMap/newDesignUser/demonList.vue b/src/views/newMap/newDesignUser/demonList.vue index 412380d16..dd19c1b0a 100644 --- a/src/views/newMap/newDesignUser/demonList.vue +++ b/src/views/newMap/newDesignUser/demonList.vue @@ -45,173 +45,190 @@