This commit is contained in:
parent
49bbf6ac23
commit
233d44523f
@ -103,7 +103,7 @@ export default {
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
this.$store.dispatch('LogOut').then(() => {
|
||||
location.href = process.env.VUE_APP_VITE_BASE_PATH + "/index";
|
||||
location.href = process.env.VUE_APP_VITE_BASE_PATH + "index";
|
||||
})
|
||||
}).catch(() => {
|
||||
});
|
||||
|
@ -91,7 +91,7 @@ service.interceptors.response.use(res => {
|
||||
}).then(() => {
|
||||
isRelogin.show = false;
|
||||
store.dispatch('LogOut').then(() => {
|
||||
location.href = process.env.VUE_APP_VITE_BASE_PATH + '/index';
|
||||
location.href = process.env.VUE_APP_VITE_BASE_PATH + 'index';
|
||||
})
|
||||
}).catch(() => {
|
||||
isRelogin.show = false;
|
||||
|
Loading…
Reference in New Issue
Block a user