|
|
@@ -416,38 +416,6 @@ const fullRoutes: AppRouteRecordRaw[] = [
|
|
|
title: '违规问题'
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- // 系统日志
|
|
|
- path: 'logs',
|
|
|
- name: 'DataLogs',
|
|
|
- component: 'ParentLayout',
|
|
|
- meta: {
|
|
|
- icon: '',
|
|
|
- title: '系统日志',
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- // 操作日志
|
|
|
- path: 'operation',
|
|
|
- name: 'DataLogsOperation',
|
|
|
- component: '/system/logs/operlog',
|
|
|
- meta: {
|
|
|
- icon: '',
|
|
|
- title: '操作日志',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- // 登录日志
|
|
|
- path: 'login',
|
|
|
- name: 'DataLogsLogin',
|
|
|
- component: '/system/logs/logininfor',
|
|
|
- meta: {
|
|
|
- icon: '',
|
|
|
- title: '登录日志',
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
]
|
|
|
},
|
|
|
|