-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
40 lines (39 loc) · 965 Bytes
/
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
{
"usingComponents": {"toubu": "/components/toubu/toubu"},
"pages":[
"pages/index/index",
"pages/dynamic/dynamic",
"pages/login3/login3",
"pages/we/we",
"pages/city/city",
"pages/kuaidi/kuaidi",
"pages/shu/shu"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarTitleText": "查询中心",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#43B0D1"
},
"tabBar": {
"selectedColor": "#43B0D1",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home2.png"
},
{
"pagePath": "pages/dynamic/dynamic",
"text": "个人",
"iconPath": "images/human.png",
"selectedIconPath": "images/human2.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}