feat 商户管理员功能开发, 用户管理优化

This commit is contained in:
DaxPay
2024-08-26 18:54:50 +08:00
parent f5fb7f5885
commit ef77744116
8 changed files with 261 additions and 8 deletions

2
types/store.d.ts vendored
View File

@@ -34,7 +34,7 @@ export interface UserInfo {
name: string
// 账号
account: string
// 头像图片id
// 头像图片url
avatar: string
}