This commit is contained in:
2023-05-28 16:35:13 +08:00
parent 47b47b40a8
commit 45af378c51
2 changed files with 13 additions and 2 deletions

View File

@ -119,7 +119,7 @@ service.interceptors.response.use(
.then(() => {
isRelogin.show = false;
useUserStore()
.logOut()
.abnormalLogOut()
.then(() => {
location.href = "/index";
});
@ -144,7 +144,7 @@ service.interceptors.response.use(
.then(() => {
isRelogin.show = false;
useUserStore()
.logOut()
.abnormalLogOut()
.then(() => {
location.href = "/index";
});