Merge branch 'develop' into FOTON

This commit is contained in:
super_liu
2021-12-31 08:59:46 +08:00
+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
}
})