登录404

This commit is contained in:
zzyuan 2024-09-04 15:35:48 +08:00
parent c72b7beef4
commit fe90286fd8
1 changed files with 1 additions and 0 deletions

View File

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