-
Notifications
You must be signed in to change notification settings - Fork 539
/
pages.json
40 lines (39 loc) · 868 Bytes
/
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
{
"pages": [{
"path": "pages/index/index"
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}],
"tabBar": {
"backgroundColor": "#F7F7FA",
"color": "#707070",
"selectedColor": "#ffad00",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/tabbar/home.png",
"selectedIconPath": "/static/tabbar/home_fill.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "/static/tabbar/user.png",
"selectedIconPath": "/static/tabbar/user_fill.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "外卖专享优惠",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#FFFFFF",
"titleView": false,
"h5": {
"titleNView": false
}
}
}