app.json
1.7 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"pages": [
"custom-pages/custom-index/index",
"pages/index/index",
"pages/couponPack/couponPack",
"pages/login/login",
"pages/defaultError/defaultError",
"pages/scan/index/index",
"custom-pages/custom-product/index",
"custom-pages/custom-scan/index",
"pages/clearCode/index",
"pages/webView/index"
],
"subPackages": [{
"root": "scanGroup",
"pages": ["index/index", "dahaoda/index/index", "dahaoda/record/index", "jyScan/index/index", "jyScan/welfare/index",
"jyScan/record/index","jyScan/openCodeLottery/index"
]
},
{
"root": "middlePage",
"pages": [
"pages/privacyGps/privacyGps",
"pages/scanCode/scanCode",
"pages/scan/scan",
"pages/scanTest/scanTest",
"pages/rule/rule"
]
}
],
"entryPagePath": "custom-pages/custom-index/index",
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "味动力乳酸菌",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"list": [{
"pagePath": "custom-pages/custom-index/index",
"text": "首页",
"iconPath": "/images/icon_index_act.png"
},
{
"pagePath": "custom-pages/custom-scan/index",
"text": "扫码"
},
{
"pagePath": "custom-pages/custom-product/index",
"text": "产品介绍"
}
]
},
"usingComponents": {
"mp-html": "mp-html",
"v-popup": "./components/v-popup/v-popup",
"mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar"
},
"requiredPrivateInfos": ["getFuzzyLocation"],
"permission": {
"scope.userFuzzyLocation": {
"desc": "你的位置信息将用于活动参与"
}
},
"plugins": {},
"useExtendedLib": {
"weui": true
},
"__usePrivacyCheck__": true,
"sitemapLocation": "sitemap.json"
}