注册新增字段
This commit is contained in:
@@ -343,7 +343,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
let data = {
|
let data = {
|
||||||
email: this.email,
|
email: this.email,
|
||||||
operationType: "LOGIN",
|
operationType: "REGISTER",
|
||||||
};
|
};
|
||||||
|
|
||||||
Https.axiosPost(Https.httpUrls.accountSendEmail, data).then(
|
Https.axiosPost(Https.httpUrls.accountSendEmail, data).then(
|
||||||
|
|||||||
Reference in New Issue
Block a user