This commit is contained in:
ailanyin
2023-06-12 16:03:09 +08:00
parent 830e2e9054
commit 2f1a48b088
9 changed files with 803 additions and 715 deletions

View File

@ -78,6 +78,7 @@ const useUserStore = defineStore("user", {
this.roles = [];
this.permissions = [];
this.userInfoRes = null;
this.tenant = null;
removeToken();
resolve();
})