用户无权限判断

This commit is contained in:
shenyanpei
2021-12-31 08:57:21 +08:00
parent 4de1c77fd7
commit dfd147d10a
+3 -3
View File
@@ -135,9 +135,9 @@
if (res.ok) {
this.loginNew(res)
} else {
this.$message.warning('系统无权限访问')
window.location.href = 'http://sso.foton.com.cn/logout?service='
// window.location.href = ssoLoginUrlDev
// this.$message.warning('系统无权限访问')
// window.location.href = 'http://sso.foton.com.cn/logout?service='
window.location.href = ssoLoginUrlDev
}
})