feat 用户管理和登录对接

This commit is contained in:
DaxPay
2024-07-11 20:19:52 +08:00
parent 916eaa8cfe
commit f7c28a29db
10 changed files with 1214 additions and 2 deletions

2
types/store.d.ts vendored
View File

@@ -33,7 +33,7 @@ export interface UserInfo {
// 名称
name: string
// 账号
username: string
account: string
// 头像图片id
avatar: string
}