-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
64 lines (64 loc) · 1.71 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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/mine/mine",
"pages/mine/dingdan",
"pages/reclaim/reclaim",
"pages/store/store",
"pages/plist/plist",
"pages/pdetail/pdetail",
"pages/search/search",
"pages/bind/bind",
"pages/exchange/exchange",
"pages/cart/cart",
"pages/address/address",
"pages/address/user-address/user-address",
"pages/order/pay",
"pages/order/detail",
"pages/order/downline",
"pages/greenroad/green",
"pages/join/list"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#123a72",
"navigationBarTitleText": "益旗分",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#333",
"selectedColor": "#be2728",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/bottom/category.png",
"selectedIconPath": "images/bottom/category-cur.png",
"text": "分类"
},
{
"pagePath": "pages/store/store",
"iconPath": "images/bottom/store.png",
"selectedIconPath": "images/bottom/store-cur.png",
"text": "积分"
},
{
"pagePath": "pages/reclaim/reclaim",
"iconPath": "images/bottom/circle.png",
"selectedIconPath": "images/bottom/circle-cur.png",
"text": "回收"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "images/bottom/mine.png",
"selectedIconPath": "images/bottom/mine-cur.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json",
"debug": true,
"navigateToMiniProgramAppIdList": ["wx8c777d630f2b78e3"]
}