commit
This commit is contained in:
@@ -138,8 +138,15 @@
|
||||
if(res.respCode && res.respCode === 'r0011'){
|
||||
this.$message.warning('系统无权限访问')
|
||||
this.$store.dispatch('logout')
|
||||
this.$alert('您没有系统访问权限,请联系管理员进行授权', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
type: 'warning',
|
||||
showClose: false,
|
||||
showCancelButton: false,
|
||||
}).then(() => {
|
||||
window.location.href = ssoLogoutUrlDev
|
||||
})
|
||||
// window.location.href = 'http://sso.foton.com.cn/logout?service='
|
||||
window.location.href = ssoLogoutUrlDev
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user