1
This commit is contained in:
@@ -145,7 +145,7 @@ export default {
|
|||||||
// 添加小延迟确保路由准备好
|
// 添加小延迟确保路由准备好
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$router.push({ path: this.redirect || "/sloworder/index" }).catch(()=>{})
|
this.$router.push({ path: this.redirect || "/sloworder/index" }).catch(()=>{})
|
||||||
}, 100)
|
}, 500)
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
if (this.captchaEnabled) {
|
if (this.captchaEnabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user