fix: 设置 vite basePath 后,重新登录跳转路由错误

This commit is contained in:
马光祖 2023-04-03 14:29:46 +08:00
parent 094c3fe13f
commit d0d6a13285

View File

@ -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