(cherry picked from commit d0d6a13285693455326e436e215f472073a97615)
@@ -229,7 +229,7 @@ const handleAuthorized = () => {
wsCache.clear()
removeToken()
isRelogin.show = false
- window.location.href = '/'
+ window.location.href = import.meta.env.VITE_BASE_PATH
})
.catch(() => {