Browse Source

tongji

master
zxk 2 years ago
parent
commit
db195ad9cb
  1. 41
      manifest.json

41
manifest.json

@ -50,6 +50,9 @@
"ios" : {},
/* SDK */
"sdkConfigs" : {}
},
"uniStatistics" : {
"enable" : true
}
},
/* */
@ -65,16 +68,28 @@
},
"usingComponents" : true,
"requiredBackgroundModes" : [ "audio" ],
"navigateToMiniProgramAppIdList" : ["wx8bfc87b2da38f309","wx4fa39be243e973d9"]
"navigateToMiniProgramAppIdList" : [ "wx8bfc87b2da38f309", "wx4fa39be243e973d9" ],
"uniStatistics" : {
"enable" : true
}
},
"mp-alipay" : {
"usingComponents" : true
"usingComponents" : true,
"uniStatistics" : {
"enable" : true
}
},
"mp-baidu" : {
"usingComponents" : true
"usingComponents" : true,
"uniStatistics" : {
"enable" : true
}
},
"mp-toutiao" : {
"usingComponents" : true
"usingComponents" : true,
"uniStatistics" : {
"enable" : true
}
},
"h5" : {
"router" : {
@ -89,6 +104,22 @@
"enable" : true
}
},
"title" : "乐活课堂"
"title" : "乐活课堂",
"uniStatistics" : {
"enable" : true
}
},
"uniStatistics" : {
"enable" : true
},
"mp-kuaishou" : {
"uniStatistics" : {
"enable" : true
}
},
"mp-qq" : {
"uniStatistics" : {
"enable" : true
}
}
}

Loading…
Cancel
Save