个人中心:登录切换到自己的逻辑

This commit is contained in:
YunaiV
2023-12-28 22:59:14 +08:00
parent c3cc5d653d
commit f0e8ff1f87
9 changed files with 45 additions and 59 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ http.interceptors.response.use(
} else {
errorMessage = '请先登录';
}
userStore.logout(true);
userStore.logout();
showAuthModal();
break;
case 403: