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
@@ -215,7 +215,7 @@ export default {
content: '真的要注销登录吗 ?',
onOk () {
return that.Logout({}).then(() => {
window.location.replace('/user/login')
window.location.replace(process.env.VUE_APP_LOGIN_PAGE)
}).catch(err => {
that.$message.warning({
title: '错误',