-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
41 lines (41 loc) · 1017 Bytes
/
app.json
File metadata and controls
41 lines (41 loc) · 1017 Bytes
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
{
"pages":[
"pages/index/index",
"pages/login/login",
"pages/record/record",
"pages/ticketCode/ticketCode",
"pages/success/success"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "笨游商家版",
"navigationBarTextStyle":"black",
"backgroundColor":"#f2f4f5"
},
"tabBar": {
"color":"#707070",
"selectedColor":"#00b7ff",
"backgroundColor":"#fff",
"borderStyle":"black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icon/icon_home_nor.png",
"selectedIconPath": "static/icon/icon_home_pre.png"
},
{
"pagePath": "pages/record/record",
"text": "记录",
"iconPath": "static/icon/icon_record_nor.png",
"selectedIconPath": "static/icon/icon_record_pre.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}