master
mabo 2021-05-26 17:12:43 +08:00
parent 1de0990265
commit f56acf5a76
2 changed files with 8 additions and 2 deletions

View File

@ -178,7 +178,7 @@
"mp-weixin" : { "mp-weixin" : {
/* */ /* */
"usingComponents" : true, "usingComponents" : true,
"appid" : "wx6f10f29075dc1b0b", "appid" : "",
"optimization" : { "optimization" : {
"subPackages" : true "subPackages" : true
}, },
@ -192,6 +192,12 @@
"scope.userLocation" : { "scope.userLocation" : {
"desc" : "位置信息将用于高德地图的效果展示" "desc" : "位置信息将用于高德地图的效果展示"
} }
},
"plugins" : {
"myPlugin" : {
"version" : "1.1.0",
"provider" : "wx738958e0f4c894f9"
}
} }
}, },
"h5" : { "h5" : {

View File