From 63211457e47e95204d44878bed97a2104d1ac453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Mon, 28 Feb 2022 21:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E4=BC=9A=E5=87=BA=E7=8E=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/api.js | 8 +++----- manifest.json | 4 ++-- pages/passport/login.vue | 1 + 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/api.js b/config/api.js index 10e1f66..4e4741c 100644 --- a/config/api.js +++ b/config/api.js @@ -4,11 +4,9 @@ */ // 开发环境 const dev = { - // common: "https://common-api.pickmall.cn", - // buyer: "https://buyer-api.pickmall.cn", - - common: "http://192.168.111:8890", - buyer: "http://192.168.111:8888", + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", + }; // 生产环境 diff --git a/manifest.json b/manifest.json index 50152cc..871e564 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "lili商城", "appid" : "__UNI__C100675", "description" : "", - "versionName" : "4.0.49", - "versionCode" : 4000049, + "versionName" : "4.2.4", + "versionCode" : 4000240, "transformPx" : false, "app-plus" : { "compatible" : { diff --git a/pages/passport/login.vue b/pages/passport/login.vue index 3f268c9..9b39122 100644 --- a/pages/passport/login.vue +++ b/pages/passport/login.vue @@ -312,6 +312,7 @@ export default { icon: "none", }); this.flage = false; + this.$refs.verification.getCode(); } } else { this.$u.toast("请倒计时结束后再发送");