刷新token

This commit is contained in:
zoujiandong
2023-07-05 18:58:35 +08:00
parent ce11a51688
commit afe317f202
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -54,6 +54,7 @@ export const useUserStore = defineStore('user', {
if(code==200){
this.token = null;
this.userInfo = null;
}
}