|
|
|
|
@ -34,19 +34,19 @@ const routes = [{
|
|
|
|
|
name: 'videoWall1`',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'desktop',
|
|
|
|
|
name: '视频墙1'
|
|
|
|
|
name: '视频墙'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/videoWall/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'videoWall2',
|
|
|
|
|
name: 'videoWall2',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'desktop',
|
|
|
|
|
name: '视频墙2'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/videoWall2/index'),
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: 'videoWall2',
|
|
|
|
|
// name: 'videoWall2',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'desktop',
|
|
|
|
|
// name: '视频墙2'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/videoWall2/index'),
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: 'realTimeMonitoring',
|
|
|
|
|
name: 'realTimeMonitoring',
|
|
|
|
|
@ -137,14 +137,14 @@ const routes = [{
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/cameraManage/index')
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: 'cameraManage/model',
|
|
|
|
|
// name: 'cameraManageModel',
|
|
|
|
|
// meta: {
|
|
|
|
|
// name: '球机管理测试or配置'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/cameraManage/model')
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: 'cameraManage/model',
|
|
|
|
|
name: 'cameraManageModel',
|
|
|
|
|
meta: {
|
|
|
|
|
name: '球机管理测试or配置'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/cameraManage/model')
|
|
|
|
|
},
|
|
|
|
|
// // {
|
|
|
|
|
// // path: 'productSpecManage',
|
|
|
|
|
// // name: 'productSpecManage',
|
|
|
|
|
@ -164,14 +164,14 @@ const routes = [{
|
|
|
|
|
// // component: () => import('@/views/repertoryManage/index')
|
|
|
|
|
// // },
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
// path: 'cameraManage/ioTable',
|
|
|
|
|
// name: 'ioTable',
|
|
|
|
|
// meta: {
|
|
|
|
|
// name: 'IO表配置'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/cameraManage/ioTable')
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: 'cameraManage/ioTable',
|
|
|
|
|
name: 'ioTable',
|
|
|
|
|
meta: {
|
|
|
|
|
name: 'IO表配置'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/cameraManage/ioTable')
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: 'center',
|
|
|
|
|
// name: 'center',
|
|
|
|
|
|