forked from JamesZZH/dalian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
52 lines (52 loc) · 1.3 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
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/adDetail/adDetail",
"pages/publish/publish",
"pages/publish/publishDetail/publishDetail",
"pages/new/new",
"pages/my/my",
"pages/edit/edit",
"pages/editDetail/editDetail"
],
"window": {
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#1A93DF",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "大连同城供求信息"
},
"tabBar": {
"borderStyle": "white",
"color": "#999999",
"selectedColor": "#00A7C9",
"backgroundColor": "#FFFFFF",
"list": [
{
"iconPath": "images\/58b91382af5ce.png",
"selectedIconPath": "images\/58b91382af631.png",
"text": "首页",
"pagePath": "pages/index/index"
},
{
"iconPath": "images\/58b91382c80c2.png",
"selectedIconPath": "images\/58b91382c811f.png",
"text": "发布",
"pagePath": "pages/publish/publish"
},
{
"iconPath": "images/account.png",
"selectedIconPath": "images/accountAct.png",
"text": "我的",
"pagePath": "pages/my/my"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": false
}