-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
90 lines (90 loc) · 2.49 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"pages": [
"pages/start/start",
"pages/index/index",
"pages/goods-details/index",
"pages/shop-cart/index",
"pages/to-pay-order/index",
"pages/select-address/index",
"pages/address-add/index",
"pages/order-list/index",
"pages/order-details/index",
"pages/wuliu/index",
"pages/mycoupons/index",
"pages/my/index",
"pages/notice/show",
"pages/recharge/index",
"pages/withdraw/index",
"pages/kanjia/index",
"pages/authorize/index",
"pages/score-excharge/index",
"pages/auth/auth",
"pages/receipt/receipt",
"pages/customer-capital/customer-capital",
"pages/manageMent/manageMent",
"pages/createCus/createCus",
"pages/volume/volume",
"pages/report/report",
"pages/center/center",
"pages/cust-count/cust-count",
"pages/customer/customer",
"pages/transaction/transaction",
"pages/withdrawal/withdrawal"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black",
"onReachBottomDistance": 50
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#e64340",
"borderStyle": "white",
"backgroundColor": "#fff",
"box-shadow": "0 0 6px 0",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/ludan/data.png",
"selectedIconPath": "images/ludan/data.png",
"text": "经营概况"
},
{
"pagePath": "pages/manageMent/manageMent",
"iconPath": "images/ludan/fenxi-min.png",
"selectedIconPath": "images/ludan/fenxi-min.png",
"text": "经营中心"
},
{
"pagePath": "pages/receipt/receipt",
"iconPath": "images/ludan/shoukuan-min.png",
"selectedIconPath": "images/ludan/shoukuan-min.png",
"text": "收款记录"
},
{
"pagePath": "pages/customer-capital/customer-capital",
"iconPath": "images/ludan/yonghuliebiao-min.png",
"selectedIconPath": "images/ludan/yonghuliebiao-min.png",
"text": "客资分析"
},
{
"pagePath": "pages/center/center",
"iconPath": "images/ludan/zhanghao-min.png",
"selectedIconPath": "images/ludan/zhanghao-min.png",
"text": "账号中心"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": false,
"functionalPages": true,
"requiredBackgroundModes": [
"audio"
],
"resizable": true
}