pages.json
1.6 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
72
73
74
75
76
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}, {
"path": "pages/share/share",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/kefu/kefu",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/laowu/laowu",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"selectedColor": "#FE9515",
"color": "#969799",
"list": [{
"pagePath": "pages/home/home",
"text": "找工作",
"iconPath": "static/taber/ic_home_chane.png",
"selectedIconPath": "static/taber/ic_home_chane.png"
},
{
"pagePath": "pages/share/share",
"text": "分享",
"iconPath": "static/taber/icon_fenxiang.png",
"selectedIconPath": "static/taber/icon_fenxiang.png"
},
{
"pagePath": "pages/kefu/kefu",
"text": "在线客服",
"iconPath": "static/taber/icon_kefu.png",
"selectedIconPath": "static/taber/icon_kefu.png"
},
{
"pagePath": "pages/laowu/laowu",
"text": "劳务管理",
"iconPath": "static/taber/icon_laowu.png",
"selectedIconPath": "static/taber/icon_laowu_chane.png"
}
]
}
}