feat 用户基础消息修改, 一些报错修改

This commit is contained in:
xxm
2022-10-31 14:13:23 +08:00
parent de43ea4cd3
commit 9ca8e18f0e
17 changed files with 215 additions and 141 deletions

3
types/store.d.ts vendored
View File

@@ -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
}