diff --git a/src/pages/loginVerify/index.vue b/src/pages/loginVerify/index.vue index 5e7dca96e..0e7eb5492 100644 --- a/src/pages/loginVerify/index.vue +++ b/src/pages/loginVerify/index.vue @@ -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 } })