From 808e1285172d0c4276c8aef736a51047b619e509 Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Thu, 25 May 2023 16:08:44 +0800 Subject: [PATCH] =?UTF-8?q?ssotoken=E8=A7=A3=E6=9E=90=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E5=BC=B9=E6=A1=86=E6=8C=89=E9=92=AE=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=87=91=E5=AE=8F=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/login/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/page/login/index.vue b/src/page/login/index.vue index 62b1113..57f5247 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -58,7 +58,8 @@ export default { type: 'warning', closeOnClickModal: false }).then(() => { - this.$router.replace({ path: '/newlogin' }); + // this.$router.replace({ path: '/newlogin' }); + window.location.href = 'http://jhoa.qd.gov.cn/Default.aspx'; }) }else { this.$confirm(err.error_description || '登录失败', '提示', { @@ -68,7 +69,8 @@ export default { type: 'warning', closeOnClickModal: false }).then(() => { - this.$router.replace({ path: '/newlogin' }); + // this.$router.replace({ path: '/newlogin' }); + window.location.href = 'http://jhoa.qd.gov.cn/Default.aspx'; }) } });