mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 13:18:02 +00:00
feat 用户基础消息修改, 一些报错修改
This commit is contained in:
3
types/store.d.ts
vendored
3
types/store.d.ts
vendored
@@ -1,6 +1,5 @@
|
||||
import { ErrorTypeEnum } from '/@/enums/exceptionEnum'
|
||||
import { MenuModeEnum, MenuTypeEnum } from '/@/enums/menuEnum'
|
||||
import { RoleInfo } from '/@/api/sys/model/userModel'
|
||||
|
||||
// Lock screen information
|
||||
export interface LockInfo {
|
||||
@@ -40,7 +39,7 @@ export interface UserInfo {
|
||||
name: string
|
||||
// 账号
|
||||
username: string
|
||||
// 头像图片地址
|
||||
// 头像图片id
|
||||
avatar: string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user