app.json
2.0 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
{
"pages": [
"pages/index/index",
"pages/person/person",
"pages/category/category",
"pages/cart/cart",
"pages/index/search/search",
"pages/index/searchResult/searchResult",
"pages/index/active/active",
"pages/index/goodsDetail/goodsDetail",
"pages/index/confirmOrder/confirmOrder",
"pages/index/start/start",
"pages/person/score/score",
"pages/person/scoreDetail/scoreDetail",
"pages/person/petsManage/petsManage",
"pages/person/collection/collection",
"pages/person/orderDetail/orderDetail",
"pages/person/myOrder/myOrder",
"pages/person/refundRule/refundRule",
"pages/person/refundMoney/refundMoney",
"pages/person/contactCustomService/contactCustomService",
"pages/person/editAddress/editAddress",
"pages/person/addressList/addressList",
"pages/person/coupon/coupon",
"pages/person/shopVoucher/shopVoucher",
"pages/person/chooseCoupon/chooseCoupon"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#151515",
"navigationBarTitleText": "",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#BDC4CE",
"selectedColor": "#151515",
"list": [
{
"selectedIconPath": "/img/tab/tabbar_home1.png",
"iconPath": "/img/tab/tabbar_home.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "/img/tab/tabbar_category1.png",
"iconPath": "/img/tab/tabbar_category.png",
"pagePath": "pages/category/category",
"text": "精选推荐"
},
{
"selectedIconPath": "/img/tab/tabbar_cart1.png",
"iconPath": "/img/tab/tabbar_cart.png",
"pagePath": "pages/cart/cart",
"text": "购物车"
},
{
"selectedIconPath": "/img/tab/tabbar_personal1.png",
"iconPath": "/img/tab/tabbar_personal.png",
"pagePath": "pages/person/person",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}