feat(登录): 登录优化

This commit is contained in:
feige996
2025-05-28 00:33:41 +08:00
parent b4316befdd
commit cc56472da6
4 changed files with 16 additions and 34 deletions

View File

@@ -4,14 +4,8 @@
export type IUserInfoVo = {
id: number
username: string
name: string
sex: string
email: string
phone: string
avatar: string
createTime: string
roles: string[]
permissions: string[]
token: string
}
/**