mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 16:43:55 +08:00
fix:修复web端手机号码注册时遇到的问题
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user