This commit is contained in:
2026-02-05 15:14:50 +08:00
parent 826c6d28b2
commit 1cbfc85a5d
4 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@
}
const onVerifyCode = (code: string) => {
console.log(code)
router.push({ name: 'home' })
router.push({ name: 'mainInput' })
}
</script>