Commit b88fbd0088dcffa3d54d65115abdd56ee7203ecd

Authored by 刘淇
1 parent 252962bb

验证码登录

Showing 2 changed files with 2 additions and 2 deletions
.gitignore
1 # 依赖文件夹 1 # 依赖文件夹
2 node_modules/ 2 node_modules/
3 -uni_modules/ 3 +#uni_modules/
4 # 编译产物 4 # 编译产物
5 unpackage/ 5 unpackage/
6 # 缓存文件 6 # 缓存文件
manifest.json
@@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
54 }, 54 },
55 /* 小程序特有相关 */ 55 /* 小程序特有相关 */
56 "mp-weixin" : { 56 "mp-weixin" : {
57 - "appid" : "wx64368a9b9e799172", 57 + "appid" : "wxcb4cd34066b97d82",
58 "setting" : { 58 "setting" : {
59 "urlCheck" : false 59 "urlCheck" : false
60 }, 60 },