feat: access log mangement
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user