diff --git a/src/component/HomePage/bindEmail.vue b/src/component/HomePage/bindEmail.vue index 7168f7d5..4cfa5a4c 100644 --- a/src/component/HomePage/bindEmail.vue +++ b/src/component/HomePage/bindEmail.vue @@ -338,6 +338,8 @@ export default defineComponent({ userEmail: this.email, emailVerifyCode: emailVerifyCode, }; + console.log(data); + Https.axiosPost(Https.httpUrls.accountBindEmail, data).then( (rv: any) => { console.log(rv);