Conflicts:
	src/config/axios/service.ts
This commit is contained in:
YunaiV
2023-04-05 20:15:24 +08:00
3 changed files with 3 additions and 2 deletions

View File

@ -230,7 +230,7 @@ const handleAuthorized = () => {
wsCache.clear()
removeToken()
isRelogin.show = false
window.location.href = '/'
window.location.href = import.meta.env.VITE_BASE_PATH
})
}
return Promise.reject(t('sys.api.timeoutMessage'))