update
This commit is contained in:
@ -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";
|
||||
});
|
||||
|
Reference in New Issue
Block a user