fix(优化)
This commit is contained in:
@@ -100,6 +100,19 @@ const OPS: AppRouteRecordRaw = {
|
||||
roles: ['*'],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'hikvision-video-test',
|
||||
alias: ['/hikvision-video-test'],
|
||||
name: 'HikvisionVideoTest',
|
||||
component: () => import('@/views/ops/pages/hikvision-video-test/index.vue'),
|
||||
meta: {
|
||||
locale: '海康视频拉流测试',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
hideInMenu: true,
|
||||
ignoreCache: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'datacenter/three-machine-room/:room_id?',
|
||||
alias: ['/datacenter/three-machine-room/:room_id?'],
|
||||
|
||||
Reference in New Issue
Block a user