feat: access log mangement

This commit is contained in:
zzc
2025-05-07 20:35:49 +08:00
parent 36ad546e99
commit 0355575fee
17 changed files with 6753 additions and 8745 deletions

View File

@@ -324,6 +324,12 @@ export const asyncRoutes = [
component: () => import('@/views/personnelManagement/roleManagement/index'),
meta: { title: '角色管理' },
},
{
path: 'accessLogManagement',
name: 'AccessLogManagement',
component: () => import('@/views/personnelManagement/accessLogManagement/index'),
meta: { title: '访问日志' },
},
// {
// path: 'menuManagement',
// name: 'MenuManagement',