-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathapp.json
43 lines (43 loc) · 1.09 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
{
"pages":[
"pages/createtask/index",
"pages/tasklist/index",
"pages/mine/index",
"pages/panel/index",
"pages/service/index",
"pages/service/cloud",
"pages/report/index"
],
"tabBar":{
"color": "#333333",
"selectedColor": "#1296db",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"list": [{
"pagePath": "pages/tasklist/index",
"text": "清单",
"iconPath": "assets/images/all.png",
"selectedIconPath": "assets/images/all1.png"
},{
"pagePath": "pages/createtask/index",
"text": "添加",
"iconPath": "assets/images/add.png",
"selectedIconPath": "assets/images/add1.png"
},{
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "assets/images/user.png",
"selectedIconPath": "assets/images/user1.png"
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"window":{
"backgroundTextStyle":"light",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#1296db"
},
"debug": true
}