1
0

feat(web): 增加账号最后登陆时间

This commit is contained in:
2024-11-19 19:14:32 +08:00
parent 9a01d74d78
commit 323d326e8d
9 changed files with 154 additions and 44 deletions

View File

@@ -0,0 +1,10 @@
export function tabLog() {
return {
visibleOn: '${role === "ADMINISTRATOR"}',
title: '系统日志',
icon: 'fa fa-file',
body: [
'hello world'
]
}
}