用户无权限判断

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