app.json
1.2 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
{
"pages": [
"pages/xinyuan/xinyuan",
"pages/mine/mine",
"pages/xinyuan/zhibodetail",
"pages/xinyuan/zhidetail",
"pages/zhubo/zhubo",
"pages/xinyuan/search",
"pages/xinyuan/sanjikind",
"pages/xinyuan/erjikind",
"pages/xinyuan/goodlianjie",
"pages/xinyuan/zhiboknow",
"pages/index/index"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#8C9299",
"selectedColor": "#FF5D8E",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/xinyuan/xinyuan",
"iconPath": "static/xinyuan.png",
"selectedIconPath": "static/xinyuanactive.png",
"text": "心愿商品"
},
{
"pagePath": "pages/zhubo/zhubo",
"iconPath": "static/zhibo.png",
"selectedIconPath": "static/zhiboactive.png",
"text": "主播列表"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "./static/mine.png",
"selectedIconPath": "static/mineactive.png",
"text": "我的"
}
]
},
"usingComponents": {},
"sitemapLocation": "sitemap43.json"
}