diff --git a/src/manifest.json b/src/manifest.json index c215988..063cae0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -50,11 +50,15 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wxc8e4923d551cd4a4", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "es6" : true, + "postcss" : true, + "minified" : true }, - "usingComponents" : true + "usingComponents" : true, + "permission" : {} }, "mp-alipay" : { "usingComponents" : true