Browse Source

提交

master
chenkainan 5 months ago
parent
commit
2f28141408
  1. 14
      manifest.json

14
manifest.json

@ -50,11 +50,19 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "", "appid" : "wx9d68934300b1fe90",
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false,
"es6" : true,
"postcss" : true,
"minified" : true
}, },
"usingComponents" : true "usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "给用户展示地图"
}
}
}, },
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true "usingComponents" : true

Loading…
Cancel
Save