From a65b3e245e25d2310a632ee39aad5a415a11d767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Tue, 28 Jun 2022 14:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index a31f5c88..472aee3c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1497,27 +1497,27 @@ const routes2 = [ // name: '数据看板-AI数据分析', // component: () => import('@/views/projectAdmin/dataBoardTwo/AiAnalysis.vue'), // }, - { - path: 'contractManage', - name: '数据看板-合约管理', - component: () => import('@/views/projectAdmin/dataBoardTwo/contractManage.vue'), - }, - { - path: 'doublecManage', - name: '数据看板-双碳管理', - component: () => import('@/views/projectAdmin/dataBoardTwo/doublecManage.vue'), - }, - { - path: 'bigScreen', - name: '数据看板-监控大屏', - component: () => import('@/views/projectAdmin/dataBoardTwo/bigScreen.vue'), - }, - { - path: 'cimManage', - name: '数据看板-CIM+', - component: () => import('@/views/projectAdmin/dataBoardTwo/cimManage.vue'), - } - ] + // { + // path: 'contractManage', + // name: '数据看板-合约管理', + // component: () => import('@/views/projectAdmin/dataBoardTwo/contractManage.vue'), + // }, + // { + // path: 'doublecManage', + // name: '数据看板-双碳管理', + // component: () => import('@/views/projectAdmin/dataBoardTwo/doublecManage.vue'), + // }, + // { + // path: 'bigScreen', + // name: '数据看板-监控大屏', + // component: () => import('@/views/projectAdmin/dataBoardTwo/bigScreen.vue'), + // }, + // { + // path: 'cimManage', + // name: '数据看板-CIM+', + // component: () => import('@/views/projectAdmin/dataBoardTwo/cimManage.vue'), + // } + // ] }, {