Commit 9f042eac authored by huangjie's avatar huangjie

*

parent 7419e87b
......@@ -108,7 +108,7 @@ service.interceptors.response.use(res => {
isRelogin.show = false;
store.dispatch('LogOut').then(() => {
sessionStorage.removeItem('views')
location.href = '/index';
location.href = '/index/gys';
})
}).catch(() => {
isRelogin.show = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment