diff --git a/manifest.json b/manifest.json index 5a3ba9e..bf3d159 100644 --- a/manifest.json +++ b/manifest.json @@ -50,11 +50,19 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wx9d68934300b1fe90", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "es6" : true, + "postcss" : true, + "minified" : true }, - "usingComponents" : true + "usingComponents" : true, + "permission" : { + "scope.userLocation" : { + "desc" : "给用户展示地图" + } + } }, "mp-alipay" : { "usingComponents" : true