feat: 添加系统监控-在线用户、登录日志页面示例 (#951)

* feat: 添加系统监控页面示例

* chore: 完成系统监控-在线用户

* chore: 完成登录日志
This commit is contained in:
xiaoming
2024-03-04 16:44:30 +08:00
committed by GitHub
parent c4d5e3bfcd
commit 131d1e8ada
17 changed files with 1036 additions and 41 deletions

View File

@@ -11,15 +11,16 @@ const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以
nested = 8,
permission = 9,
system = 10,
tabs = 11,
about = 12,
editor = 13,
flowchart = 14,
formdesign = 15,
board = 16,
ppt = 17,
guide = 18,
menuoverflow = 19;
monitor = 11,
tabs = 12,
about = 13,
editor = 14,
flowchart = 15,
formdesign = 16,
board = 17,
ppt = 18,
guide = 19,
menuoverflow = 20;
export {
home,
@@ -33,6 +34,7 @@ export {
nested,
permission,
system,
monitor,
tabs,
about,
editor,