新增日志管理模块,调度日志迁移至日志管理

This commit is contained in:
aoshiguchen
2022-10-19 23:00:55 +08:00
parent 7db85e6379
commit 87d6e0a07d
5 changed files with 176 additions and 4 deletions
+3 -1
View File
@@ -52,7 +52,9 @@ export default {
license: 'License管理',
portMapping: '端口映射',
jobManager: '调度管理',
jobLog: '调度日志'
jobLog: '调度日志',
log: '日志管理',
loginLog: '登录日志'
},
navbar: {
logOut: '退出登录',