app.json
1.83 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"pages": [
"pages/index/index",
"pages/userCenter/userCenter",
"pages/index/newsDetail",
"pages/activity/activity",
"pages/activity/activityDetail",
"pages/community/community",
"pages/mars/mars",
"pages/brands/brands",
"pages/brands/brandDetail",
"pages/webview/webview",
"pages/bindPhoneNumber/bindPhoneNumber",
"pages/activity/map"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#3a3a3a",
"backgroundColor": "#fff",
"backgroundTextStyle": "dark",
"onReachBottomDistance": 100
},
"tabBar": {
"borderStyle": "black",
"color": "#D8D8D8",
"selectedColor": "#6FBA9C",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/home@3x.png",
"selectedIconPath": "static/images/home_selected@3x.png"
},
{
"pagePath": "pages/activity/activity",
"text": "时间表",
"iconPath": "static/images/schedule@3x.png",
"selectedIconPath": "static/images/schedule_selected@3x.png"
},
{
"pagePath": "pages/community/community",
"text": "社区",
"iconPath": "static/images/community@3x.png",
"selectedIconPath": "static/images/community_selected@3x.png"
},
{
"pagePath": "pages/mars/mars",
"text": "mars",
"iconPath": "static/images/mars@3x.png",
"selectedIconPath": "static/images/mars_selected@3x.png"
},
{
"pagePath": "pages/userCenter/userCenter",
"text": "我的",
"iconPath": "static/images/usercenter@3x.png",
"selectedIconPath": "static/images/usercenter_selected@3x.png"
}
]
},
"navigateToMiniProgramAppIdList": [
"wx084ab813d88c594b"
],
"sitemapLocation": "sitemap.json"
}