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