app.json
1.3 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
{
"pages": [
"pages/home/home",
"pages/share/share",
"pages/kefu/kefu",
"pages/laowu/laowu",
"pages/invitation_Haoyou/invitation_Haoyou",
"pages/invitation/invitation"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#FE9515",
"color": "#969799",
"list": [
{
"pagePath": "pages/home/home",
"text": "找工作",
"iconPath": "static/taber/ic_home.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"
}
]
},
"usingComponents": {
"header": "/components/head"
}
}