-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathapp.json
44 lines (44 loc) · 1.1 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
{
"pages": [
"pages/index/index",
"pages/personal/personal",
"pages/login/login",
"pages/register/register",
"pages/user/user",
"pages/user-agreement/user-agreement",
"pages/privacy-policy/privacy-policy",
"pages/health-code/health-code",
"pages/acceptance/acceptance",
"pages/accrecord/accrecord",
"pages/health-report/health-report",
"pages/report-record/report-record",
"pages/service/service"
],
"tabBar": {
"textColor": "#344356",
"selectedColor": "#4393F4",
"backgroundColor": "#FFFFFF",
"items": [
{
"pagePath": "pages/index/index",
"name": "首页",
"icon": "/images/nav_home1.png",
"activeIcon": "/images/nav_home2.png"
},
{
"pagePath": "pages/personal/personal",
"name": "我的",
"icon": "/images/nav_user1.png",
"activeIcon": "/images/nav_user2.png"
}
]
},
"window": {
"defaultTitle": "驿道康汇",
"titleBarColor": "#4393F4",
"pullRefresh": false,
"allowsBounceVertical": "YES",
"titlePenetrate": "YES"
},
"debug": true
}