app.json
1.5 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
{
"pages": [
<<<<<<< HEAD
"pages/my/approveInfo/approveInfo",
"pages/my/approve/approve",
"pages/matrix/article/article",
=======
>>>>>>> 0a5cee808ca0c031c81f44d4480eb9075f9b9b2d
"pages/matrix/matrix",
"pages/interact/interactPost/interactPost",
"pages/interact/interact",
"pages/my/myAttention/myAttention",
"pages/my/my",
"pages/matrix/article/article",
"pages/matrix/company/company",
"pages/attract/attract",
"pages/attract/detail/detail"
],
"tabBar": {
"list": [
{
"pagePath": "pages/matrix/matrix",
"text": "企业矩阵",
"iconPath": "/images/01_nav_fill@2x.png",
"selectedIconPath": "images/01_nav_fill@2x.png"
},
{
"pagePath": "pages/attract/attract",
"text": "政策宣传",
"iconPath": "/images/02_nav@2x.png",
"selectedIconPath": "images/02_nav_fill@2x.png"
},
{
"pagePath": "pages/matrix/matrix",
"text": "政企互动",
"iconPath": "/images/03_nav@2x.png",
"selectedIconPath": "images/03_nav_fill@2x.png"
},
{
"pagePath": "pages/matrix/matrix",
"text": "政企服务",
"iconPath": "/images/04_nav@2x.png",
"selectedIconPath": "images/04_nav_fill@2x.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#169BD5",
"navigationBarTitleText": "政企服务平台",
"navigationBarTextStyle": "white"
}
}