feat(web): 增加账号最后登陆时间
This commit is contained in:
10
gringotts-frontend/pages/index/tab-log.js
Normal file
10
gringotts-frontend/pages/index/tab-log.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export function tabLog() {
|
||||
return {
|
||||
visibleOn: '${role === "ADMINISTRATOR"}',
|
||||
title: '系统日志',
|
||||
icon: 'fa fa-file',
|
||||
body: [
|
||||
'hello world'
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user