From 72fadaa8669b743bec11575b4f822982c4e297e0 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Tue, 30 Mar 2021 10:29:48 +0800 Subject: [PATCH] =?UTF-8?q?iscs=E6=96=B0=E7=89=88=E7=BB=98=E5=9B=BE?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=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 | 30 ++++ src/views/iscs_new/iscsDesign/index.vue | 128 ++++++++++++++++ src/views/iscs_new/iscsDraw/index.vue | 191 ++++++++++++++++++++++++ 3 files changed, 349 insertions(+) create mode 100644 src/views/iscs_new/iscsDesign/index.vue create mode 100644 src/views/iscs_new/iscsDraw/index.vue diff --git a/src/router/index.js b/src/router/index.js index b984b5659..f7b029a2d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -59,6 +59,9 @@ const IscsDesign = () => import('@/views/iscs/iscsDesign/index'); const IscsConfig = () => import('@/views/iscs/iscsSystem/config/index'); const IscsStationConfig = () => import('@/views/iscs/iscsSystem/stationConfig/index'); +const IscsNewDesign = () => import('@/views/iscs_new/iscsDesign/index'); +const IscsNewDraw = () => import('@/views/iscs_new/iscsDraw/index'); + const NewMapDraft = () => import('@/views/newMap/newMapdraft/index'); const NewDesignPlatformUser = () => import('@/views/newMap/newDesignUser/index'); @@ -1138,6 +1141,33 @@ export const asyncRouter = [ } ] }, + { + path: '/iscs_new', + component: Layout, + hidden: true, + meta: { + i18n: 'router.iscsSystem', + roles: [admin] + }, + children: [ + { + path:'design', + redirect: '/iscs/design/edit', + component: IscsNewDesign, + meta: { + i18n: 'router.iscsDraw', + roles: [admin] + }, + children: [ + { + path: 'edit', + component: IscsNewDraw, + hidden: true + } + ] + } + ] + }, { // iscs系统 path: '/iscs', component: Layout, diff --git a/src/views/iscs_new/iscsDesign/index.vue b/src/views/iscs_new/iscsDesign/index.vue new file mode 100644 index 000000000..5e8ebbbb4 --- /dev/null +++ b/src/views/iscs_new/iscsDesign/index.vue @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/views/iscs_new/iscsDraw/index.vue b/src/views/iscs_new/iscsDraw/index.vue new file mode 100644 index 000000000..4133ceddc --- /dev/null +++ b/src/views/iscs_new/iscsDraw/index.vue @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +