|
|
@@ -126,22 +126,51 @@ const routes: Array<ROUTER.RoutesProps> = [
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
-
|
|
|
- // {
|
|
|
- // path: '/deviceAccess',
|
|
|
- // name: '地址展示',
|
|
|
- // component: () => import('@/pages/Dashboard/index.vue')
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/fowChart',
|
|
|
- // name: '流程图说明',
|
|
|
- // component: () => import('@/pages/Dashboard/index.vue')
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/dataSummary',
|
|
|
- // name: '数据汇总',
|
|
|
- // component: () => import('@/pages/Dashboard/index.vue')
|
|
|
- // }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/rts',
|
|
|
+ name: '视联网',
|
|
|
+ title: '视联网',
|
|
|
+ component: () => import('@/layout/layout.vue'),
|
|
|
+ redirect: '/stream',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/stream',
|
|
|
+ name: '视频流管理',
|
|
|
+ icon: 'PlayCircleOutlined',
|
|
|
+ component: () => import('@/pages/rts/stream/index.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/pull',
|
|
|
+ name: '拉流管理',
|
|
|
+ icon: 'FallOutlined',
|
|
|
+ component: () => import('@/pages/rts/pull/index.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/push',
|
|
|
+ name: '推流管理',
|
|
|
+ icon: 'RiseOutlined',
|
|
|
+ component: () => import('@/pages/rts/push/index.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/record',
|
|
|
+ name: '存储配置',
|
|
|
+ icon: 'FileAddOutlined',
|
|
|
+ component: () => import('@/pages/rts/record/index.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/protocol',
|
|
|
+ name: ' 协议配置',
|
|
|
+ icon: 'DeploymentUnitOutlined',
|
|
|
+ component: () => import('@/pages/rts/protocol/index.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/monitor',
|
|
|
+ name: '系统监控',
|
|
|
+ icon: 'ProfileOutlined',
|
|
|
+ component: () => import('@/pages/rts/monitor/index.vue')
|
|
|
+ }
|
|
|
]
|
|
|
}
|
|
|
]
|