-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
77 lines (77 loc) · 1.94 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
{
"pages": [
"pages/start/index",
"pages/index/index",
"pages/work/index",
"pages/logs/logs",
"pages/mine/mine",
"pages/event/event",
"pages/paythanks/paythanks",
"pages/stat/stat",
"pages/feedback/moments",
"pages/mine/bindemail/bindemail",
"pages/mine/tag/index",
"pages/gesture/index",
"pages/help/index",
"pages/plan/index",
"pages/note/detail",
"pages/eform/index",
"pages/card/index",
"pages/card/view/index",
"pages/note/edit/index",
"pages/myform/index",
"pages/search/index",
"pages/dyna/index",
"pages/dyna/publish/index",
"pages/dyna/order/index",
"pages/mall/index",
"pages/order/index",
"pages/paper/index",
"pages/paper/share/index",
"pages/chatroom/chatroom"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#2A3038",
"navigationBarTitleText": "商务工作记事册",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
},
"tabBar": {
"color": "#6D6D6D",
"selectedColor": "#19AD19",
"borderStyle": "black",
"backgroundColor": "#F8F9F9",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active.png",
"text": "日历"
},
{
"pagePath": "pages/dyna/index",
"iconPath": "images/shangwu.png",
"selectedIconPath": "images/shangwu-active.png",
"text": "商务圈"
},
{
"pagePath": "pages/work/index",
"iconPath": "images/work.png",
"selectedIconPath": "images/work-active.png",
"text": "商务工作"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-active.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}