feat(web): 增加账号最后登陆时间
This commit is contained in:
9
gringotts-frontend/pages/index/tab-data.js
Normal file
9
gringotts-frontend/pages/index/tab-data.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export function tabData() {
|
||||
return {
|
||||
title: '数据管理',
|
||||
icon: 'fa fa-database',
|
||||
body: [
|
||||
'hello world'
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user