-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
89 lines (89 loc) · 2.33 KB
/
app.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"pages": [
"pages/index2/humor",
"pages/index2/authorize/authorize",
"pages/index/index",
"pages/tabBar/homePage/index",
"pages/tabBar/userCenter/index"
],
"window": {
"navigationBarBackgroundColor": "#ff8b00",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "屏端",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#ff8b00",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/tabBar/homePage/index",
"iconPath": "images/homePage.png",
"selectedIconPath": "images/homePage_selected.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/userCenter/index",
"iconPath": "images/userCenter.png",
"selectedIconPath": "images/userCenter_selected.png",
"text": "我的"
}
]
},
"subPackages": [
{
"root": "pages/homePage/",
"pages": [
"pages/charging/charging",
"pages/coupon/coupon",
"pages/invoice/invoice",
"pages/shopSelect/filter",
"pages/promotion/promotion",
"pages/billing/index",
"pages/scanResult/index",
"pages/warn/index",
"pages/city/city",
"pages/webView/webView",
"pages/promotion/detail/detail",
"pages/welcomeJoin/welcomeJoin",
"pages/charging/chargingGuide/chargingGuide",
"pages/goods/goods"
]
},
{
"root": "pages/userCenter/",
"pages": [
"pages/wallet/myCoupon/myCoupon",
"pages/recharged/recharged",
"pages/wallet/index",
"pages/wallet/transactionDetails/index",
"pages/deposit/deposit",
"pages/helpCenter/helpCenter",
"pages/aboutUs/aboutUs",
"pages/myCharge/myCharge",
"pages/myMsg/myMsg",
"pages/myInvite/myInvite"
]
}
],
"networkTimeout": {
"request": 20000,
"connectSocket": 20000,
"uploadFile": 20000,
"downloadFile": 20000
},
"debug": false,
"navigateToMiniProgramAppIdList": [
"wxcde14912690b7856"
],
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json"
}