登录过期404问题

prod
wj 3 years ago
parent c714803573
commit 80b37e01a7

@ -96,7 +96,7 @@ service.interceptors.response.use(res => {
).then(() => { ).then(() => {
isRelogin.show = false; isRelogin.show = false;
store.dispatch('LogOut').then(() => { store.dispatch('LogOut').then(() => {
location.href = process.env.VUE_APP_CONTEXT_PATH + "index"; location.href = process.env.VUE_APP_CONTEXT_PATH;
}) })
}).catch(() => { }).catch(() => {
isRelogin.show = false; isRelogin.show = false;

Loading…
Cancel
Save