fix(优化)

This commit is contained in:
2026-08-26 14:01:04 +08:00
parent 9fbfe54f92
commit a6a6198eaa
4 changed files with 1307 additions and 51 deletions

View File

@@ -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?'],