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