-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
60 lines (60 loc) · 1.28 KB
/
pages.json
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
{
"pages": [
{
"path": "pages/tabbar/tabbar1/tabbar1",
"style": {
"enablePullDownRefresh":true,
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/tabbar/tabbar2/tabbar2",
"style": {
"enablePullDownRefresh":true,
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/tabbar/tabbar3/tabbar3",
"style": {
"app-plus": {
"titleNView": false
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "微脉脉",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#fff"
},
"tabBar": {
"borderStyle": "black",
"color": "#707070",
"selectedColor": "#266bff",
"list": [{
"pagePath": "pages/tabbar/tabbar1/tabbar1",
"iconPath": "static/img/tabbar/home.png",
"selectedIconPath": "static/img/tabbar/homeactive.png",
"text": "首页"
},
{
"pagePath": "pages/tabbar/tabbar2/tabbar2",
"iconPath": "static/img/tabbar/guanzhu.png",
"selectedIconPath": "static/img/tabbar/guanzhuactive.png",
"text": "超级人脉"
},
{
"pagePath": "pages/tabbar/tabbar3/tabbar3",
"iconPath": "static/img/tabbar/me.png",
"selectedIconPath": "static/img/tabbar/meactive.png",
"text": "我的"
}
]
}
}