-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
43 lines (42 loc) · 1008 Bytes
/
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
{
"pages":[
"pages/index/index",
"pages/hotline/hotline",
"pages/webview/webview",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"#fff",
"navigationBarBackgroundColor": "#ff9600",
"navigationBarTitleText": "黄河票务",
"navigationBarTextStyle":"light"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"iconPath":"images/tab01_active.png",
"selectedIconPath":"images/tab01.png",
"text": "首页"
},
{
"pagePath": "pages/hotline/hotline",
"iconPath": "images/tab02.png",
"selectedIconPath": "images/tab02_active.png",
"text": "热线"
},
{
"pagePath": "pages/logs/logs",
"iconPath": "images/tab03.png",
"selectedIconPath": "images/tab03_active.png",
"text": "我的"
}
],
"color": "#999",
"selectedColor": "#ff9600"
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
}
}