update:web端重置密码页面加密

This commit is contained in:
3030332422
2025-09-29 17:57:53 +08:00
parent ff26a84988
commit 848ce65d13
4 changed files with 56 additions and 5 deletions
+2 -1
View File
@@ -183,7 +183,8 @@ export default {
.data({
phone: passwordData.phone,
code: passwordData.code,
password: passwordData.password
password: passwordData.password,
captchaId: passwordData.captchaId
})
.success((res) => {
RequestService.clearRequestTime();