From 9c553cf20fbfa1e606adf6fed810708059e2447a Mon Sep 17 00:00:00 2001 From: luyisha Date: Fri, 27 Oct 2023 10:29:34 +0800 Subject: [PATCH] 1 --- layout/vCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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