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

@ -240,10 +240,10 @@ export default {
this.$util.showToast({ this.$util.showToast({
title: res.message title: res.message
}); });
setTimeout(() => { setTimeout(() => {
this.$util.redirectTo('/pages/index/index'); this.$util.redirectTo('/pages/index/index');
}, 1000) }, 2000)
} }
} }
}) })