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