|
|
|
|
@ -29,44 +29,44 @@ const routes = [{
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/index'),
|
|
|
|
|
children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: 'videoWall1`',
|
|
|
|
|
// name: 'videoWall1`',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'desktop',
|
|
|
|
|
// name: '视频墙1'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/videoWall/index'),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'videoWall2',
|
|
|
|
|
// name: 'videoWall2',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'desktop',
|
|
|
|
|
// name: '视频墙2'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/videoWall2/index'),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'realTimeMonitoring',
|
|
|
|
|
// name: 'realTimeMonitoring',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'video-camera',
|
|
|
|
|
// name: '实时视频流'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/realTimeMonitoring/index'),
|
|
|
|
|
{
|
|
|
|
|
path: 'videoWall1`',
|
|
|
|
|
name: 'videoWall1`',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'desktop',
|
|
|
|
|
name: '视频墙1'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/videoWall/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'videoWall2',
|
|
|
|
|
name: 'videoWall2',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'desktop',
|
|
|
|
|
name: '视频墙2'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/videoWall2/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'realTimeMonitoring',
|
|
|
|
|
name: 'realTimeMonitoring',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'video-camera',
|
|
|
|
|
name: '实时视频流'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/realTimeMonitoring/index'),
|
|
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
// path: 'historyMonitoring',
|
|
|
|
|
// name: 'historyMonitoring',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'book',
|
|
|
|
|
// name: '历史数据'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/historyMonitoring/index')
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: 'historyMonitoring',
|
|
|
|
|
name: 'historyMonitoring',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'book',
|
|
|
|
|
name: '历史数据'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/historyMonitoring/index')
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: 'alarmLog',
|
|
|
|
|
// name: 'alarmLog',
|
|
|
|
|
@ -128,15 +128,15 @@ const routes = [{
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/roadwayManage/index')
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: 'cameraManage',
|
|
|
|
|
// name: 'cameraManage',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'camera',
|
|
|
|
|
// name: '球机管理'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/cameraManage/index')
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: 'cameraManage',
|
|
|
|
|
name: 'cameraManage',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'camera',
|
|
|
|
|
name: '球机管理'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/cameraManage/index')
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: 'cameraManage/model',
|
|
|
|
|
// name: 'cameraManageModel',
|
|
|
|
|
|