登录过期404问题

prod
wj 2 years ago
parent c714803573
commit 80b37e01a7

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

Loading…
Cancel
Save