注册新增字段

This commit is contained in:
X1627315083
2025-06-24 19:13:56 +08:00
parent 7a81856d24
commit fce9d3b373

View File

@@ -343,7 +343,7 @@ export default defineComponent({
}
let data = {
email: this.email,
operationType: "LOGIN",
operationType: "REGISTER",
};
Https.axiosPost(Https.httpUrls.accountSendEmail, data).then(