This commit is contained in:
wuhui_zzw 2023-03-23 18:32:07 +08:00
parent 400318c574
commit 8b5fc7b5b9
1 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ export default {
setTimeout(() => {
this.$util.redirectTo('/pages/index/index');
}, 1000)
}, 2000)
}
}
})