|
|
|
@ -84,6 +84,15 @@ const routes = [
|
|
|
|
},
|
|
|
|
},
|
|
|
|
component: () => import('@/views/videoWall6/index'),
|
|
|
|
component: () => import('@/views/videoWall6/index'),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: 'videoWall7',
|
|
|
|
|
|
|
|
name: 'videoWall7',
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
icon: 'desktop',
|
|
|
|
|
|
|
|
name: '视频墙7'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
component: () => import('@/views/videoWall7/index'),
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: 'realTimeMonitoring',
|
|
|
|
path: 'realTimeMonitoring',
|
|
|
|
name: 'realTimeMonitoring',
|
|
|
|
name: 'realTimeMonitoring',
|
|
|
|
|