mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-13 20:57:10 +08:00
新增:新增系统监控/系统日志功能,优化日志表结构
This commit is contained in:
@@ -12,6 +12,16 @@ const Monitor: AppRouteRecordRaw = {
|
||||
order: 2,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'log/login',
|
||||
name: 'LoginLog',
|
||||
component: () => import('@/views/monitor/log/login/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.log.login.list',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'log/operation',
|
||||
name: 'OperationLog',
|
||||
@@ -23,11 +33,11 @@ const Monitor: AppRouteRecordRaw = {
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'log/login',
|
||||
name: 'LoginLog',
|
||||
component: () => import('@/views/monitor/log/login/index.vue'),
|
||||
path: 'log/system',
|
||||
name: 'SystemLog',
|
||||
component: () => import('@/views/monitor/log/system/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.log.login.list',
|
||||
locale: 'menu.log.system.list',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user