修改从新登录跳转问题
This commit is contained in:
parent
52e0dc6303
commit
7c007d8d03
@ -52,7 +52,7 @@ service.interceptors.response.use(res => {
|
|||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
store.dispatch('LogOut').then(() => {
|
store.dispatch('LogOut').then(() => {
|
||||||
location.href = import.meta.env.VITE_APP_ROUTER_PREFIX + '/index';
|
location.href = import.meta.env.VITE_APP_ROUTER_PREFIX + 'index';
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user