-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpages.json
53 lines (52 loc) · 1.15 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
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path" : "pages/buyCoupon/buyCoupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path" : "pages/home/home",
"style": {
"navigationBarTitleText": "个人中心"
}
}
],
// #ifdef MP-WEIXIN
"tabBar": {
"borderStyle": "black",
"backgroundColor": "white",
"color": "#333333",
"fontSize" : "24upx",
"selectedColor": "#f4c242",
"list": [
{
"pagePath": "pages/buyCoupon/buyCoupon",
"text": "优惠券",
"iconPath": "static/yhq.png",
"selectedIconPath": "static/yhq-active.png"
},
{
"pagePath": "pages/home/home",
"text": "个人中心",
"iconPath": "static/person.png",
"selectedIconPath": "static/person-active.png"
}
]
},
// #endif
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "一点有惠",
"navigationBarBackgroundColor": "#F0AD4E",
"backgroundColor": "#FFFFFF",
"titleView": false,
"h5": {
"titleNView": false
}
}
}