!89 设置 vite basePath 后,重新登录跳转路由错误
Merge pull request !89 from mgzu/master
This commit is contained in:
commit
5daf0befe4
@ -229,7 +229,7 @@ const handleAuthorized = () => {
|
|||||||
wsCache.clear()
|
wsCache.clear()
|
||||||
removeToken()
|
removeToken()
|
||||||
isRelogin.show = false
|
isRelogin.show = false
|
||||||
window.location.href = '/'
|
window.location.href = import.meta.env.VITE_BASE_PATH
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
isRelogin.show = false
|
isRelogin.show = false
|
||||||
|
Loading…
Reference in New Issue
Block a user