This commit is contained in:
骆乐 2022-06-28 14:17:53 +08:00
parent 845b4901de
commit a65b3e245e

View File

@ -1497,27 +1497,27 @@ const routes2 = [
// name: '数据看板-AI数据分析', // name: '数据看板-AI数据分析',
// component: () => import('@/views/projectAdmin/dataBoardTwo/AiAnalysis.vue'), // component: () => import('@/views/projectAdmin/dataBoardTwo/AiAnalysis.vue'),
// }, // },
{ // {
path: 'contractManage', // path: 'contractManage',
name: '数据看板-合约管理', // name: '数据看板-合约管理',
component: () => import('@/views/projectAdmin/dataBoardTwo/contractManage.vue'), // component: () => import('@/views/projectAdmin/dataBoardTwo/contractManage.vue'),
}, // },
{ // {
path: 'doublecManage', // path: 'doublecManage',
name: '数据看板-双碳管理', // name: '数据看板-双碳管理',
component: () => import('@/views/projectAdmin/dataBoardTwo/doublecManage.vue'), // component: () => import('@/views/projectAdmin/dataBoardTwo/doublecManage.vue'),
}, // },
{ // {
path: 'bigScreen', // path: 'bigScreen',
name: '数据看板-监控大屏', // name: '数据看板-监控大屏',
component: () => import('@/views/projectAdmin/dataBoardTwo/bigScreen.vue'), // component: () => import('@/views/projectAdmin/dataBoardTwo/bigScreen.vue'),
}, // },
{ // {
path: 'cimManage', // path: 'cimManage',
name: '数据看板-CIM+', // name: '数据看板-CIM+',
component: () => import('@/views/projectAdmin/dataBoardTwo/cimManage.vue'), // component: () => import('@/views/projectAdmin/dataBoardTwo/cimManage.vue'),
} // }
] // ]
}, },
{ {