update 处理内部用户登录地址跳转IAM登录页

This commit is contained in:
赵霄
2023-11-07 11:17:06 +08:00
parent c62976848d
commit b91ba45205
10 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ const user = {
window.location.href = process.env.VUE_APP_CAS_BASE_URL + '/logout?service=' + serviceUrl
}
resolve()
window.location.replace('/user/login')
window.location.replace(process.env.VUE_APP_LOGIN_PAGE)
}).catch(() => {
resolve()
})