app.json
1.4 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
{
"pages": [
"pages/homepage/homepage",
"pages/pubu/pubu",
"pages/examine/examine",
"pages/index/index",
"pages/personziliao/personziliao",
"pages/comment/comment",
"pages/passPhotos/passPhotos",
"pages/collectlist/collectlist",
"pages/commentdetail/commentdetail",
"pages/usecenter/usecenter",
"pages/shopdetail/shopdetail",
"pages/morephoto/morephoto",
"pages/morecomment/morecomment",
"pages/searchresult/searchresult",
"pages/searchcity/searchcity",
"pages/logs/logs",
"pages/login/login",
"pages/recommond/recommond",
"pages/canting/canting",
"pages/mycomment/mycomment",
"pages/personpage/personpage",
"pages/rank/rankpage",
"pages/morepic/morepic",
"custom-tab-bar/custom-tab-bar"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"color": "#666666",
"selectedColor": "#FCB952",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/homepage/homepage",
"text": "首页",
"iconPath": "img/index.png",
"selectedIconPath": "img/indexactive.png"
},
{
"pagePath": "pages/usecenter/usecenter",
"text": "关于",
"iconPath": "img/person.png",
"selectedIconPath": "img/personactive.png"
}
]
},
"sitemapLocation": "sitemap.json"
}