From 26c0ed5cee636edcff20ce2104517178e1a6ab0c Mon Sep 17 00:00:00 2001 From: linju-json Date: Tue, 6 Jul 2021 21:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E9=AA=8C=E8=AF=81=E7=A0=81=E7=99=BB=E9=99=86?= =?UTF-8?q?=E6=89=93=E5=BC=80=E7=9A=84=E9=A1=B5=E9=9D=A2=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 2 ++ components/uni-quick-login/uni-quick-login.vue | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 70013e6..216d7fa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 1.0.33(2021-07-06) +修复,点击短信验证码登陆打开的页面不正确的问题 ## 1.0.32(2021-07-06) 修复,仅配置一种快捷登录时的错误 ## 1.0.31(2021-07-02) diff --git a/components/uni-quick-login/uni-quick-login.vue b/components/uni-quick-login/uni-quick-login.vue index 3251165..5a4ff6b 100644 --- a/components/uni-quick-login/uni-quick-login.vue +++ b/components/uni-quick-login/uni-quick-login.vue @@ -35,7 +35,7 @@ "id": "smsCode", "text": "短信验证码", "logo": "/static/uni-quick-login/sms.png", - "path": "/pages/ucenter/login-page/index/index" + "path": "/pages/ucenter/login-page/index/index?type=smsCode" }, { "id": "weixin", diff --git a/package.json b/package.json index 81a2c03..eb59957 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-starter", "displayName": "uni-starter", - "version": "1.0.32", + "version": "1.0.33", "description": "云端一体应用快速开发基本项目模版", "keywords": [ "uni-starter", -- GitLab