app.json
1.0 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
{
"pages": [
"pages/index/index",
"pages/start/start",
"pages/my/my",
"pages/more/more",
"pages/admin/admin",
"pages/apply/apply",
"pages/img_txt/img_txt",
"pages/result/result",
"pages/close_apply/close_apply",
"pages/my/my_active/my_active",
"pages/index/active/active",
"pages/word_report/word_report",
"pages/enroll/enroll"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#21AE59",
"navigationBarTitleText": "志愿者小程序",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#fff",
"selectedColor": "#fff",
"backgroundColor": "#EBEBEB",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "imgs/shouye_02@2x.png",
"selectedIconPath": "imgs/shouye_01@2x.png"
},
{
"pagePath": "pages/my/my",
"iconPath": "imgs/wode_01@2x.png",
"selectedIconPath": "imgs/wode_02@2x.png"
}
]
},
"sitemapLocation": "sitemap.json"
}