feat:修改使用mysql

This commit is contained in:
陈淳
2023-03-28 14:09:41 +08:00
parent 16556ddb84
commit 2ff8aef1bf
10 changed files with 28 additions and 19 deletions

View File

@@ -53,6 +53,7 @@ const useUserStore = defineStore('user',
// this.permissions=["*:*:*"]
this.name = user.nick
this.icon = avatar;
this.userName=user.userName;
this.id=user.id;
resolve(res)