diff --git a/layout/vCode.vue b/layout/vCode.vue index 6b61add..a010e59 100644 --- a/layout/vCode.vue +++ b/layout/vCode.vue @@ -75,7 +75,7 @@ export default { } if (this.load) return; this.inSend = true; - Member.sendEmailCode(this.data) + serve.post(this.url, this.data) .then(() => { if(res.code!=='200'){//4001|1004 this.inSend = false