-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathapp.json
56 lines (56 loc) · 1.53 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
{
"pages": [
"page/tabBar/work/index",
"page/tabBar/API/index",
"page/common/components/cell/cell",
"page/common/components/test_a/test_a",
"page/common/components/test_b/test_b",
"page/common/components/test_c/test_c"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "演示",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "page/tabBar/work/index",
"iconPath": "image/icon_component.png",
"selectedIconPath": "image/icon_component_HL.png",
"text": "工作"
},
{
"pagePath": "page/tabBar/API/index",
"iconPath": "image/user_HL.png",
"selectedIconPath": "image/user.png",
"text": "我的"
}
]
},
"subPackages": [
{
"root": "page/work/",
"pages": [
"pages/leasing_cloud/leasing_cloud",
"pages/test/test"
]
},
{
"root": "page/API/",
"pages": []
}
],
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": false
}