update 处理内部用户登录地址跳转IAM登录页
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user