forked from carmen-zhy/job
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
57 lines (57 loc) · 1.65 KB
/
app.json
File metadata and controls
57 lines (57 loc) · 1.65 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
{
"pages": [
"pages/index/index",
"pages/apply/apply",
"pages/classify/classify",
"pages/home/home",
"pages/index/storeNavigation/storeNavigation",
"pages/index/highReturn/highReturn",
"pages/company/company",
"pages/home/userInfo/userInfo",
"pages/logs/logs",
"pages/company/companyProfile/companyProfile",
"pages/index/locationInformation/locationInformation",
"pages/home/vipInfo/vipInfo",
"pages/home/feedback/feedback",
"pages/home/aboutUs/aboutUs",
"pages/home/collectJob/collectJob",
"pages/index/latestJob/latestJob",
"pages/index/test/test"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#838383",
"selectedColor": "#32A1FE",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "assets/img/tabs/index.png",
"selectedIconPath": "assets/img/tabs/index-active.png"
},
{
"pagePath": "pages/classify/classify",
"text": "分类",
"iconPath": "assets/img/tabs/classify.png",
"selectedIconPath": "assets/img/tabs/classify-active.png"
},
{
"pagePath": "pages/apply/apply",
"text": "申请中心",
"iconPath": "assets/img/tabs/apply.png",
"selectedIconPath": "assets/img/tabs/apply-active.png"
},
{
"pagePath": "pages/home/home",
"text": "我",
"iconPath": "assets/img/tabs/home.png",
"selectedIconPath": "assets/img/tabs/home-active.png"
}
]
}
}