-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathapp.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"pages": [
"pages/index/index",
"pages/express/express",
"pages/personal/personal"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#3ABAE5",
"navigationBarTitleText": "快递查询",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#3ABAE5",
"list": [
{
"text": "查快递",
"pagePath": "pages/index/index",
"iconPath": "resource/images/search.png",
"selectedIconPath": "resource/images/search_select.png"
},
{
"text": "寄快递",
"pagePath": "pages/express/express",
"iconPath": "resource/images/express.png",
"selectedIconPath": "resource/images/express_select.png"
},
{
"text": "我的",
"pagePath": "pages/personal/personal",
"iconPath": "resource/images/personal.png",
"selectedIconPath": "resource/images/personal_select.png"
}
]
},
"sitemapLocation": "sitemap.json"
}