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