-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
66 lines (65 loc) · 1.5 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
61
62
63
64
65
66
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "发现",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"transparentTitle": "always"
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "推荐",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"transparentTitle": "always"
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false,
"transparentTitle": "always"
}
}
],
"tabBar": {
"color": "#848484",
"selectedColor": "#ffffff",
"borderStyle": "black",
"backgroundColor": "#000000",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list": [{
"pagePath": "pages/home/home",
"text": "主页",
"selectedIconPath": "static/tabbar/home-sel.png",
"iconPath": "static/tabbar/home.png"
},
{
"pagePath": "pages/index/index",
"text": "发现",
"selectedIconPath": "static/tabbar/tabbar-sel.png",
"iconPath": "static/tabbar/tabbar.png"
}, {
"pagePath": "pages/me/me",
"text": "我的",
"selectedIconPath": "static/tabbar/me-sel.png",
"iconPath": "static/tabbar/me.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#101A25"
},
"uniIdRouter": {}
}