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) {