diff --git a/changelog.md b/changelog.md index 70013e6550d09381ec40b8385691f1d944777a8e..216d7fab4879bc759be2ed47fa0ee1d34931d771 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 3251165177e55f434470883d0b8a23b526a7dc13..5a4ff6b3cc0500dc1826dc6a87ed845f642245b6 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 81a2c037c8ca63829254395e548b7e125f3d240c..eb5995748f30ccfe325a8d4007ff9b7832f7eede 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",