新用户信息收集

This commit is contained in:
2026-02-04 15:30:33 +08:00
parent b526c249e8
commit ea01192068
18 changed files with 409 additions and 1 deletions

View File

@@ -97,7 +97,7 @@
}
const onVerifyCode = (code: string) => {
console.log(code)
router.push({ name: 'home' })
router.push({ name: 'nuic' })
}
const onClickPrivacy = () => {}
const onClickLogin = () => {