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