忘记密码code修改

This commit is contained in:
2026-06-11 14:45:02 +08:00
parent 39c30a0a4e
commit 5e4855ccd9
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ const sendCodeApi = async () => {
const sendParams = {
email: forgotPasswordForm.value.email,
mobile: forgotPasswordForm.value.phone,
type: 'transfer_code'
type: 'resetPass_code'
}
return userStore.sendCode(sendParams)
}