|
@@ -50,14 +50,16 @@
|
|
|
"quickapp" : {},
|
|
|
/* 小程序特有相关 */
|
|
|
"mp-weixin" : {
|
|
|
- "appid" : "wxb614d84926aeb774",
|
|
|
+ "appid" : "wx9f0b83cb57f8864e",
|
|
|
"setting" : {
|
|
|
- "urlCheck" : false
|
|
|
+ "urlCheck" : false,
|
|
|
+ "postcss" : true,
|
|
|
+ "minified" : true
|
|
|
},
|
|
|
"usingComponents" : true,
|
|
|
"permission" : {
|
|
|
"scope.userLocation" : {
|
|
|
- "desc" : "为了更好地为您提供服务"
|
|
|
+ "desc" : "获取用户位置,展示附近的店铺"
|
|
|
},
|
|
|
"scope.writePhotosAlbum" : {
|
|
|
"desc" : "为了更好地为您提供服务"
|