From baaa32dd31f5b413ea590fb156bb00990cdab5f8 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 30 Dec 2021 20:36:39 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } })