feat:完善

This commit is contained in:
橙子
2023-03-17 00:30:26 +08:00
parent 9b3d8b5a06
commit 1bb7ce6805
15 changed files with 413 additions and 28 deletions

View File

@@ -49,7 +49,7 @@ const useUserStore = defineStore('user',
}
// this.roles = ["admin"];
// this.permissions=["*:*:*"]
this.name = user.userName
this.name = user.name
this.avatar = avatar;
resolve(res)
}).catch(error => {