feat(web): 完成用户管理模块
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
function overviewTab() {
|
||||
return {
|
||||
title: '概览',
|
||||
icon: 'fa fa-house',
|
||||
body: [
|
||||
'hello world'
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user