fix:修复web端手机号码注册时遇到的问题

This commit is contained in:
3030332422
2025-09-28 14:06:13 +08:00
parent 1443c883f1
commit 344d183b6f
6 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -353,7 +353,8 @@ export default {
const registerData = {
username: plainUsername,
password: encryptedPassword,
captchaId: this.form.captchaId
captchaId: this.form.captchaId,
mobileCaptcha: this.form.mobileCaptcha
};
Api.user.register(registerData, ({ data }) => {