From fe90286fd831002147ff102db32023c0f1f28abf Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 4 Sep 2024 15:35:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login.vue b/src/views/login.vue index ac4724a..56a1f16 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -142,6 +142,7 @@ export default { } this.$store.dispatch("Login", this.loginForm).then(() => { this.$router.push({ path: this.redirect || "/" }).catch(()=>{}); + // this.$router.push({ path: this.redirect || "/zhgd-ht/" }).catch(()=>{}); }).catch(() => { this.loading = false; if (this.captchaEnabled) {