fix: 页面功能缺失

This commit is contained in:
zhangyahui
2025-10-30 14:22:24 +08:00
parent ca30dc0941
commit 495f31a840
5 changed files with 16 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ import { showToast } from 'vant'
import { precheckEmail, resetPassword } from '@/api/login'
const router = useRouter()
const step = ref<'mail' | 'verify' | 'password'>('mail')
const step = ref<'mail' | 'verify' | 'password'>('password')
const emailCode = ref(['', '', '', '', ''])
const fromData = ref({