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
{
"pages": [
"pages/index/index",
"pages/filtrate/performanceCalender",
"pages/optimization/dramaOptimization",
"pages/my/my"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#FF324B",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/2-1筛选-分类/ic-tabbar-home-n@2x.png",
"selectedIconPath": "static/1-1首页/ic-tabbar-home-s@2x.png",
"text": "首页"
},
{
"pagePath": "pages/filtrate/performanceCalender",
"iconPath": "static/1-1首页/ic-tabbar-find-n@2x.png",
"selectedIconPath": "static/2-1筛选-分类/ic-tabbar-find-s@2x.png",
"text": "演出日历"
},
{
"pagePath": "pages/optimization/dramaOptimization",
"iconPath": "static/1-1首页/ic-tabbar-oder-n@2x.png",
"selectedIconPath": "static/3-1大戏优选/ic-tabbar-oder-s@2x.png",
"text": "大戏优选"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/1-1首页/ic-tabbar-my-n@2x.png",
"selectedIconPath": "static/4-1我的/ic-tabbar-home-s@2x.png",
"text": "我的"
}
]
},
"usingComponents": {}
}