新增:新增系统监控/系统日志功能,优化日志表结构

This commit is contained in:
2023-01-18 23:46:50 +08:00
parent c57383abad
commit d8debf5481
20 changed files with 926 additions and 22 deletions

View File

@@ -252,7 +252,9 @@ continew-admin
│ │ ├─ login # 登录模块
│ │ ├─ monitor # 系统监控模块
│ │ │ └─ log # 日志管理
│ │ │ operation # 操作日志
│ │ │ login # 登录日志
│ │ │ ├─ operation # 操作日志
│ │ │ └─ system # 系统日志
│ │ └─ system # 系统管理模块
│ │ └─ user # 用户模块
│ │ └─ center # 个人中心