-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
51 lines (51 loc) · 1.3 KB
/
Copy pathapp.json
File metadata and controls
51 lines (51 loc) · 1.3 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
{
"pages": [
"pages/customer/customer",
"pages/index/index",
"pages/logs/logs",
"pages/paid/paid",
"pages/sale/sale",
"pages/order/order"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "代理商",
"navigationBarTextStyle": "black",
"backgroundColor": "#eee"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "我的客户",
"iconPath": "./images/icon_index.png",
"selectedIconPath": "./images/icon_index_active.png"
},
{
"pagePath": "pages/paid/paid",
"text": "付费会员",
"iconPath": "./images/icon_paid.png",
"selectedIconPath": "./images/icon_paid_active.png"
},
{
"pagePath": "pages/order/order",
"text": "订单统计",
"iconPath": "./images/icon_order.png",
"selectedIconPath": "./images/icon_order_active.png"
},
{
"pagePath": "pages/sale/sale",
"text": "销售统计",
"iconPath": "./images/icon_sale.png",
"selectedIconPath": "./images/icon_sale_active.png"
}
],
"selectedColor": "#fe9e02"
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": false
}