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,9 @@
export function tabData() {
return {
title: '数据管理',
icon: 'fa fa-database',
body: [
'hello world'
]
}
}