diff --git a/src/config/menus.js b/src/config/menus.js index 0085fb3..095bd4c 100644 --- a/src/config/menus.js +++ b/src/config/menus.js @@ -33,7 +33,24 @@ export const menus = [ { path: '/acs/images/categories', title: '镜像分类' } ] }, - { path: '/acs/nodes', title: '节点管理' } + { + path: '/acs/nodes', title: '节点管理' + },{ + path: '/audit', + title: '站点审计', + icon: 'Monitor', + children: [ + { path: '/audit/all', title: '所有站点' }, + { path: '/audit/violation', title: '违规站点' } + ] + },{ + path:'/setting', + title:'全局设置管理', + icon:'Setting', + children:[ + {path:'/setting/global',title:'全局设置'} + ] + } ] }, { @@ -45,20 +62,5 @@ export const menus = [ // { path: '/system/operation-log', title: '操作日志' }, { path: '/system/domain-whitelist', title: '域名白名单' } ] - },{ - path: '/audit', - title: '站点审计', - icon: 'Monitor', - children: [ - { path: '/audit/all', title: '所有站点' }, - { path: '/audit/violation', title: '违规站点' } - ] - },{ - path:'/setting', - title:'全局设置管理', - icon:'Setting', - children:[ - {path:'/setting/global',title:'全局设置'} - ] } ] \ No newline at end of file diff --git a/src/views/acs/nodes/VmDetail.vue b/src/views/acs/nodes/VmDetail.vue index 441984c..3ace86d 100644 --- a/src/views/acs/nodes/VmDetail.vue +++ b/src/views/acs/nodes/VmDetail.vue @@ -733,7 +733,7 @@