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
{
"pages": [
"pages/dianshu/dianshu",
"pages/index/index",
"pages/personcenter/personcenter",
"pages/taocangoumai/taocangoumai"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#F39800",
"list": [
{
"pagePath": "pages/taocangoumai/taocangoumai",
"text": "套餐购买",
"selectedColor": "#F39800",
"iconPath": "static/img/taocan.png",
"selectedIconPath": "static/img/seltaocan.png"
},
{
"pagePath": "pages/dianshu/dianshu",
"text": "点数",
"selectedColor": "#F39800",
"iconPath": "static/img/dianshu.png",
"selectedIconPath": "static/img/seldianshu.png"
},
{
"pagePath": "pages/personcenter/personcenter",
"text": "个人中心",
"selectedColor": "#F39800",
"iconPath": "static/img/person.png",
"selectedIconPath": "static/img/selperson.png"
}
]
},
"usingComponents": {},
"sitemapLocation": "sitemap.json"
}