|
|
@@ -207,73 +207,6 @@ const iot = {
|
|
|
]
|
|
|
}
|
|
|
|
|
|
-const rts = {
|
|
|
- path: '/rts',
|
|
|
- name: '视联网',
|
|
|
- meta: {
|
|
|
- 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: '/gb28181',
|
|
|
- name: '国标设备',
|
|
|
- icon: 'CameraOutlined',
|
|
|
- redirect: '/gb28181/index',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/gb28181/index',
|
|
|
- name: '所有国标设备',
|
|
|
- component: () => import('@/pages/rts/gb28181/index.vue')
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/gb28181/record',
|
|
|
- name: '设备录像',
|
|
|
- hidden: true,
|
|
|
- component: () => import('@/pages/rts/gb28181/record.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')
|
|
|
- }
|
|
|
- ]
|
|
|
-}
|
|
|
-
|
|
|
const schedule = {
|
|
|
path: '/schedule',
|
|
|
name: '数据中台',
|
|
|
@@ -381,9 +314,9 @@ const login = {
|
|
|
|
|
|
const cvs = {
|
|
|
path: '/cvs',
|
|
|
- name: 'cvs',
|
|
|
+ name: '视联网',
|
|
|
meta: {
|
|
|
- title: 'cvs'
|
|
|
+ title: '视联网'
|
|
|
},
|
|
|
component: () => import('@/layout/layout.vue'),
|
|
|
redirect: '/cvs/video/space',
|
|
|
@@ -472,6 +405,7 @@ const cvs = {
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
+
|
|
|
// }HQDZKE6BBJCJB0412
|
|
|
|
|
|
const demo = {
|
|
|
@@ -481,7 +415,7 @@ const demo = {
|
|
|
component: () => import('@/pages/demo/index.vue')
|
|
|
}
|
|
|
|
|
|
-const _routes = [iot, rts, schedule, view, lowcode, user, cvs] as any
|
|
|
+const _routes = [iot, schedule, view, lowcode, user, cvs] as any
|
|
|
|
|
|
if (_routes[0].link) {
|
|
|
window.open(_routes[0].path)
|