forked from Levin000/TianguoguoXiaopu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
executable file
·73 lines (73 loc) · 2.13 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
{
"pages":[
"pages/start/start",
"pages/classification/index",
"pages/choiceness/index",
"pages/finder/index",
"pages/ucenter/index/index",
"pages/search/index",
"pages/goods-details/index",
"pages/shop-cart/index",
"pages/to-pay-order/index",
"pages/select-address/index",
"pages/address-add/index",
"pages/ucenter/order-list/index",
"pages/order-details/index",
"pages/wuliu/index",
"pages/ucenter/mycoupons/index",
"pages/notice/show",
"pages/recharge/index",
"pages/withdraw/index",
"pages/kanjia/index",
"pages/authorize/index",
"pages/ucenter/feedback/feedback",
"pages/ucenter/location/location"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black",
"navigationBarBackgroundColor": "#00afb4",
"backgroundColor": "#00afb4"
},
"tabBar": {
"color": "#929292",
"selectedColor": "#00afb4",
"borderStyle": "black",
"backgroundColor": "#fff",
"box-shadow":"0 0 4px 0",
"list": [{
"pagePath": "pages/choiceness/index",
"iconPath": "images/nav/select-off.png",
"selectedIconPath": "images/nav/select-on.png",
"text": "精选"
},{
"pagePath": "pages/finder/index",
"iconPath": "images/nav/find-off.png",
"selectedIconPath": "images/nav/find-on.png",
"text": "发现"
},{
"pagePath": "pages/classification/index",
"iconPath": "images/nav/classification-off.png",
"selectedIconPath": "images/nav/classification-on.png",
"text": "分类"
},{
"pagePath": "pages/shop-cart/index",
"iconPath": "images/nav/cart-off.png",
"selectedIconPath": "images/nav/cart-on.png",
"text": "购物车"
},
{
"pagePath": "pages/ucenter/index/index",
"iconPath": "images/nav/my-off.png",
"selectedIconPath": "images/nav/my-on.png",
"text": "我的"
}]
},
"networkTimeout": {
"request": 5000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
}
}