This commit is contained in:
雷欧(林平凡)
2025-09-19 16:38:41 +08:00
parent 0c1201baee
commit fab8df2f1c
3 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ export default {
Cookies.remove('rememberMe')
}
this.$store.dispatch("Login", this.loginForm).then(() => {
this.$router.push({ path: this.redirect || "/order/list" }).catch(()=>{})
this.$router.push({ path: this.redirect || "/sloworder/index" }).catch(()=>{})
}).catch(() => {
this.loading = false
if (this.captchaEnabled) {