From 14cfcda27ea4b475bc75de067f7ca155f23eb1d5 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Thu, 12 Feb 2026 11:10:43 +0800 Subject: [PATCH] =?UTF-8?q?iws=E7=99=BB=E5=BD=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login1.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login1.vue b/src/views/login1.vue index 4748fa17..9a3efed4 100644 --- a/src/views/login1.vue +++ b/src/views/login1.vue @@ -297,7 +297,7 @@ export default { }, 300) }else{ const res = await iwsLogin({ - ticket: origin.split('ticket=')[1].split('#/')[0] || origin.split('ticket%3D')[1].split('%26')[0], + ticket: origin.split('ticket=')[1].split('#/')[0].split('&')[0] || origin.split('ticket%3D')[1].split('%26')[0].split('&')[0], sysType: 0 }) console.log('🚀 ~ created ~ res:', res) @@ -492,7 +492,7 @@ export default { this.loading = true let that = this this.loginForm.loginMethod = this.loginMethod - + // this.$store // .dispatch('IsLogin', this.loginForm) // .then(res => {