This commit is contained in:
雷欧(林平凡)
2025-09-19 19:05:57 +08:00
parent 6d6d460dfc
commit a14b64c14b

View File

@@ -145,7 +145,7 @@ export default {
// 添加小延迟确保路由准备好
setTimeout(() => {
this.$router.push({ path: this.redirect || "/sloworder/index" }).catch(()=>{})
}, 100)
}, 500)
}).catch(() => {
this.loading = false
if (this.captchaEnabled) {