mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 12:48:06 +00:00
feat 登录和token对接
This commit is contained in:
11
types/store.d.ts
vendored
11
types/store.d.ts
vendored
@@ -31,13 +31,14 @@ export interface ErrorLogInfo {
|
||||
}
|
||||
|
||||
export interface UserInfo {
|
||||
userId: string | number
|
||||
// 用户id
|
||||
userId: number
|
||||
// 名称
|
||||
name: string
|
||||
// 账号
|
||||
username: string
|
||||
realName: string
|
||||
// 头像
|
||||
avatar: string
|
||||
desc?: string
|
||||
homePath?: string
|
||||
roles: RoleInfo[]
|
||||
}
|
||||
|
||||
export interface BeforeMiniState {
|
||||
|
Reference in New Issue
Block a user