-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathapp.json
78 lines (78 loc) · 2.14 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
{
"pages": [
"pages/index/index",
"pages/list/index",
"pages/cart/index",
"pages/user/index",
"pages/details/index",
"pages/bindPhone/index",
"pages/coupon/index",
"pages/order/index",
"pages/addressList/index",
"pages/addressAdd/index",
"pages/address-Add/index",
"pages/address-Adds/index",
"pages/orderDetails/index",
"pages/detail/detail",
"pages/settlement/index",
"pages/integral/index",
"pages/coupon_all/index",
"pages/footprint/index",
"pages/feedback/index",
"pages/help/index",
"pages/yijian/yijian",
"pages/question/question",
"pages/questiong/question",
"pages/refund/index",
"pages/assemble/index",
"pages/assemble_detail/index",
"pages/extension/index",
"pages/evaluate/index",
"pages/refund_detail/index",
"pages/logistics/index",
"pages/comment/index",
"pages/return_goods/index",
"pages/withdrawaccount/index",
"pages/fenlei/index",
"pages/record/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ShopDZ商城",
"navigationBarTextStyle": "black"
},
"tabBar": {
"backgroundColor": "#fff",
"borderStyle": "black",
"color": "#333",
"selectedColor": "#ff5f19",
"list": [
{
"selectedIconPath": "images/home_page_n.png",
"iconPath": "images/home_page_y.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "images/shopping_f_t.png",
"iconPath": "images/shopping_f.png",
"pagePath": "pages/fenlei/index",
"text": "分类"
},
{
"selectedIconPath": "images/Shopping.png",
"iconPath": "images/shopping_select.png",
"pagePath": "pages/cart/index",
"text": "购物车"
},
{
"selectedIconPath": "images/my_y.png",
"iconPath": "images/my_n.png",
"pagePath": "pages/user/index",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}