-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
55 lines (53 loc) · 1.38 KB
/
Copy pathapp.json
File metadata and controls
55 lines (53 loc) · 1.38 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
{
"pages": [
"pages/login/login",
"pages/register/register",
"pages/index/index",
"pages/jobDetails/jobDetails",
"pages/baseData/baseData",
"pages/evaluate/evaluate",
"pages/level/level",
"pages/news/news",
"pages/notice/notice",
"pages/content/content",
"pages/my/my"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#646464",
"selectedColor": "blue",
"list": [
{
"iconPath": "pages/img/index/index_x.png",
"selectedIconPath": "pages/img/index/index.png",
"pagePath": "pages/index/index",
"text": "职位"
},
{
"iconPath": "pages/img/index/evaluate_x.png",
"selectedIconPath": "pages/img/index/evaluate.png",
"pagePath": "pages/evaluate/evaluate",
"text": "评测"
},
{
"iconPath": "pages/img/index/news_x.png",
"selectedIconPath": "pages/img/index/news.png",
"pagePath": "pages/news/news",
"text": "消息"
},
{
"iconPath": "pages/img/index/my_x.png",
"selectedIconPath": "pages/img/index/my.png",
"pagePath": "pages/my/my",
"text": "我的"
}
]
}
}