This commit is contained in:
qsh
2024-06-23 12:24:27 +08:00
parent 25e13bd975
commit 16e3ac5c6d
17 changed files with 127 additions and 95 deletions

View File

@@ -255,7 +255,7 @@ const handleAuthorized = () => {
isRelogin.show = false
// 干掉token后再走一次路由让它过router.beforeEach的校验
// window.location.href = window.location.href
window.location.href = `/login?tenantId=${tenantId}&appId=${appId}`
window.location.href = `/crm/login?tenantId=${tenantId}&appId=${appId}`
})
}
return Promise.reject(t('sys.api.timeoutMessage'))