fix(优化)
This commit is contained in:
@@ -100,6 +100,20 @@ const OPS: AppRouteRecordRaw = {
|
||||
roles: ['*'],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'datacenter/three-machine-room/:room_id?',
|
||||
alias: ['/datacenter/three-machine-room/:room_id?'],
|
||||
name: 'ThreeMachineRoom',
|
||||
component: () => import('@/views/ops/pages/datacenter/three-machine-room/index.vue'),
|
||||
meta: {
|
||||
locale: '3D 机房',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
hideInMenu: true,
|
||||
ignoreCache: true,
|
||||
is_full: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'governance',
|
||||
alias: ['/governance'],
|
||||
|
||||
Reference in New Issue
Block a user