feat:迁移vue-element-admin登录页面

This commit is contained in:
有来技术
2021-11-19 23:55:14 +08:00
parent a4fe3987c3
commit abf2cce2cb
14 changed files with 339 additions and 369 deletions

View File

@@ -1,9 +1,8 @@
// 接口类型声明
export interface UserState {
token: string,
name: string,
nickname: string,
avatar: string,
introduction: string,
roles: string[],
perms: string[]
}