diff --git a/base-ui/src/router/codemenu.js b/base-ui/src/router/codemenu.js index c55a84b6..87ab01a7 100644 --- a/base-ui/src/router/codemenu.js +++ b/base-ui/src/router/codemenu.js @@ -99,6 +99,20 @@ const codemenu = [ meta: { title: '入库明细表(原始导入)' } }] }, +/* { + path: '/monitoringCenter', + component: Layout, + redirect: '/monitoringCenter/index', + meta: { + title: '监控中心' + }, + children: [{ + path: '/monitoringCenter/index', + component: () => import('@/views/supervise/monitoringCenter/index.vue'), + name: 'monitoringCenterIndex', + meta: { title: '视频监控' } + }] + },*/ { path: '/gdinstoragelog', component: Layout, diff --git a/base-ui/src/router/index.js b/base-ui/src/router/index.js index 0dd8eb1c..8b88f880 100644 --- a/base-ui/src/router/index.js +++ b/base-ui/src/router/index.js @@ -242,6 +242,20 @@ export const constantRoutes = [ } ] }, + { + path: '/monitoringCenter', + component: Layout, + redirect: '/monitoringCenter/index', + meta: { + title: '监控中心' + }, + children: [{ + path: '/monitoringCenter/index', + component: () => import('@/views/supervise/monitoringCenter/index.vue'), + name: 'monitoringCenterIndex', + meta: { title: '视频监控' } + }] + }, { path: 'systemManagement', component: Layout,