From c6ebbc1ed1bd1dbe7897c050fcf982d12353980d Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Thu, 30 Oct 2025 14:29:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E7=BD=AE=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/ResetPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/ResetPage.vue b/src/views/login/ResetPage.vue index ce8e35e..7873102 100644 --- a/src/views/login/ResetPage.vue +++ b/src/views/login/ResetPage.vue @@ -45,7 +45,7 @@ import { showToast } from 'vant' import { precheckEmail, resetPassword } from '@/api/login' const router = useRouter() -const step = ref<'mail' | 'verify' | 'password'>('password') +const step = ref<'mail' | 'verify' | 'password'>('mail') const emailCode = ref(['', '', '', '', '']) const fromData = ref({