fix:添加审计和全局
Build and Deploy Vue3 / build (push) Successful in 1m10s
Build and Deploy Vue3 / deploy (push) Successful in 3m51s

This commit is contained in:
2025-09-24 13:48:13 +08:00
parent 1b6874cc5f
commit 7a3134ac0c
14 changed files with 3739 additions and 272 deletions
+15
View File
@@ -45,5 +45,20 @@ 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:'全局设置'}
]
}
]