-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathapp.json
55 lines (55 loc) · 1.48 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
{
"pages":[
"pages/index/index",
"pages/home/home",
"pages/store-detail/store-detail",
"pages/detail/detail",
"pages/list/list",
"pages/more/more",
"pages/center/center",
"pages/user-detail/user-detail",
"pages/editname/editname",
"pages/editphone/editphone",
"pages/login/login",
"pages/order/order",
"pages/order-detail/order-detail",
"pages/coupon-list/coupon-list",
"pages/coupon-detail/coupon-detail",
"pages/address-switch/address-switch",
"pages/region/region"
],
"window":{
"navigationBarBackgroundColor": "#e61773",
"navigationBarTitleText": "五洲到家",
"navigationBarTextStyle":"light",
"backgroundColor": "#e61773",
"backgroundTextStyle": "light",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#666666",
"selectedColor": "#e61773",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "image/tabbar/home_un.png",
"selectedIconPath": "image/tabbar/home.png"
}, {
"pagePath": "pages/order/order",
"text": "订单",
"iconPath": "image/tabbar/order_un.png",
"selectedIconPath": "image/tabbar/order.png"
}, {
"pagePath": "pages/center/center",
"text": "我的",
"iconPath": "image/tabbar/user_un.png",
"selectedIconPath": "image/tabbar/user.png"
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}