app.json
2.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"pages": [
"pages/matrix/matrix",
"pages/my/approveInfo/approveInfo",
"pages/myInform/myInform",
"pages/my/approve/approve",
"pages/matrix/article/article",
"pages/myComments/myComments",
"pages/myPost/myPost",
"pages/myLike/myLike",
"pages/server_1/server_1",
"pages/colleagues_2/colleagues_2",
"pages/colleagues/colleagues",
"pages/enterprise/enterprise",
"pages/interact/interactPost/interactPost",
"pages/interact/interact",
"pages/my/myAttention/myAttention",
"pages/my/my",
"pages/matrix/company/company",
"pages/attract/attract",
"pages/attract/detail/detail",
"pages/register/register",
"pages/question/question",
"pages/attract/list/list",
"pages/attract/articleDetail/articleDetail",
"pages/detail/detail",
"pages/dangjianwork",
"pages/dangjianwork/dangjianwork"
],
"tabBar": {
"list": [
{
"pagePath": "pages/dangjianwork/dangjianwork",
"text": "党建工作",
"iconPath": "/images/01_nav@2x.png",
"selectedIconPath": "/images/01_nav_fill@2x.png"
},
{
"pagePath": "pages/matrix/matrix",
"text": "企业矩阵",
"iconPath": "/images/01_nav@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/enterprise/enterprise",
"text": "政企互动",
"iconPath": "/images/03_nav@2x.png",
"selectedIconPath": "images/03_nav_fill@2x.png"
},
{
"pagePath": "pages/my/my",
"text": "政企服务",
"iconPath": "/images/04_nav@2x.png",
"selectedIconPath": "images/04_nav_fill@2x.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#169BD5",
"navigationBarTitleText": "政企服务平台",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json"
}