Browse Source

增加萤石视频监控

master
yxt_djz 2 years ago
parent
commit
f6c97d83a4
  1. 14
      base-ui/src/router/codemenu.js
  2. 14
      base-ui/src/router/index.js

14
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,

14
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,

Loading…
Cancel
Save