新增:新增系统监控/在线用户功能,并优化部分注释规范

This commit is contained in:
2023-01-21 14:15:00 +08:00
parent 185b79320f
commit 3116fd3eae
24 changed files with 640 additions and 48 deletions

View File

@@ -12,6 +12,16 @@ const Monitor: AppRouteRecordRaw = {
order: 2,
},
children: [
{
path: '/online',
name: 'OnlineUser',
component: () => import('@/views/monitor/online/index.vue'),
meta: {
locale: 'menu.online.user.list',
requiresAuth: true,
roles: ['*'],
},
},
{
path: 'log/login',
name: 'LoginLog',