From 4707139df757e848b8746f9d7dcb837cdf5d78c3 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 22 四月 2022 16:30:17 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/saas-web

---
 src/views/register/components/BaseInfo.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/register/components/BaseInfo.vue b/src/views/register/components/BaseInfo.vue
index 9bb62f1..1a0fbad 100644
--- a/src/views/register/components/BaseInfo.vue
+++ b/src/views/register/components/BaseInfo.vue
@@ -82,7 +82,7 @@
 import { validUser, validPassword, isPhone } from "@/scripts/validate"; // 姝e垯鏂囦欢
 import {
   register,
-  getVerifyCode,
+  makeVerifyCode,
   //  getAreas,
   //  getDic,
   //  entireUserInfo,
@@ -204,7 +204,7 @@
             this.codeDisabled = true;
             this.getValidStr();
             this.timer = setInterval(this.getValidStr, 1000);
-            getVerifyCode({ phoneNum: this.user.phoneNum, type: 1 })
+            makeVerifyCode({ phoneNum: this.user.phoneNum, type: 1 })
               .then(() => {
                 this.gotCode = true;
               })

--
Gitblit v1.8.0