manifest.json
920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name" : "freight-ma",
"appid" : "__UNI__5A0EDD3",
"description" : "则一飞牛货主",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {},
/* 快应用特有相关 */
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wxc92a99760d6b0a99",
"setting" : {
"urlCheck" : false,
"es6" : true,
"postcss" : false,
"minified" : true
},
"lazyCodeLoading" : "requiredComponents",
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "获取位置信息"
}
},
"requiredPrivateInfos": [
"chooseLocation"
]
},
"mp-alipay" : {
"usingComponents" : true,
"component2" : true,
"appid" : ""
}
}