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/login/components/loginForm.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/login/components/loginForm.vue b/src/views/login/components/loginForm.vue
index be923d7..b1ac15a 100644
--- a/src/views/login/components/loginForm.vue
+++ b/src/views/login/components/loginForm.vue
@@ -239,7 +239,7 @@
           this.codeDisabled = true;
           this.getValidStr();
           this.timer = setInterval(this.getValidStr, 1000);
-          makeVerifyCode({ phoneNum: this.phone.phoneNum })
+          makeVerifyCode({ phoneNum: this.phone.phoneNum, type:0 })
             .then(() => {
               this.gotCode = true;
             })

--
Gitblit v1.8.0