-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
59 lines (59 loc) · 1.43 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
{
"pages": [
"pages/index/index",
"pages/index/scan/scan",
"pages/mine/Mine",
"pages/Comp/comp",
"pages/storage/storage",
"pages/pick/pick"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ofo小黄车官方版",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#797979",
"selectedColor": "#3fc3f1",
"borderStyle": "#000",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "img/qr_code.png",
"selectedIconPath": "img/qr_code.png"
},
{
"pagePath": "pages/mine/Mine",
"text": "我的",
"iconPath": "img/qr_code.png",
"selectedIconPath": "img/qr_code.png"
},
{
"pagePath": "pages/Comp/comp",
"text": "组件",
"iconPath": "img/qr_code.png",
"selectedIconPath": "img/qr_code.png"
},
{
"pagePath": "pages/storage/storage",
"text": "缓存地址动画",
"iconPath": "img/qr_code.png",
"selectedIconPath": "img/qr_code.png"
},
{
"pagePath": "pages/pick/pick",
"text": "选择器",
"iconPath": "img/qr_code.png",
"selectedIconPath": "img/qr_code.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}