|
|
|
|
@ -29,6 +29,15 @@ const routes = [{
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/index'),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'videoWall',
|
|
|
|
|
name: 'videoWall',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'desktop',
|
|
|
|
|
name: '视频墙'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/videoWall/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'realTimeMonitoring',
|
|
|
|
|
name: 'realTimeMonitoring',
|
|
|
|
|
@ -119,15 +128,7 @@ const routes = [{
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/repertoryManage/index')
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'videoWall',
|
|
|
|
|
name: 'videoWall',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'desktop',
|
|
|
|
|
name: '视频墙'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/videoWall/index'),
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
path: 'cameraManage/ioTable',
|
|
|
|
|
name: 'ioTable',
|
|
|
|
|
|