From dfd147d10ae856b86912ffac01af86061cedf676 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Fri, 31 Dec 2021 08:57:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=97=A0=E6=9D=83=E9=99=90?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/loginVerify/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } })