-
Notifications
You must be signed in to change notification settings - Fork 133
/
app.json
117 lines (117 loc) · 3.67 KB
/
app.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"pages": [
"pages/pages/home/home",
"pages/pages/login/login",
"pages/pages/menu/menu",
"pages/pages/goods/goods",
"pages/pages/goods/pingtuan",
"pages/pages/goods/ptinfo",
"pages/pages/menu/list/list",
"pages/pages/menu/search/search",
"pages/pages/menu/pingtuan/pingtuan",
"pages/pages/menu/newlist/newlist",
"pages/pages/shopcart/shopcart",
"pages/pages/payorder/payorder",
"pages/pages/payorder/paypal/paypal",
"pages/pages/coupons/coupons",
"pages/pages/coupons/score/score",
"pages/pages/special/special",
"pages/pages/special/topics/topics",
"pages/pages/user/user",
"pages/pages/user/member/member",
"pages/pages/user/feedback/feedback",
"pages/pages/user/help/help",
"pages/pages/user/address/address",
"pages/pages/user/address/add/add",
"pages/pages/user/favorite/favorite",
"pages/pages/user/coupon/coupon",
"pages/pages/user/paypal/paypal",
"pages/pages/user/paypal/info/info",
"pages/pages/user/paypal/recharge/recharge",
"pages/pages/user/kanjia/kanjia",
"pages/pages/user/order/order",
"pages/pages/user/order/service/service",
"pages/pages/user/order/service/tuikuan/list",
"pages/pages/user/order/service/tuikuan/record",
"pages/pages/user/order/service/tuikuan/tuikuan",
"pages/pages/user/order/service/shouhou/list",
"pages/pages/user/order/service/shouhou/record",
"pages/pages/user/order/service/shouhou/shouhou",
"pages/pages/user/order/service/shouhou/goods/goods",
"pages/pages/user/order/details/details",
"pages/pages/user/order/wuliu/wuliu",
"pages/pages/user/order/pingjia/pingjia",
"pages/pages/user/history/history",
"pages/pages/user/pingtuan/pingtuan",
"pages/pages/user/share/share",
"pages/pages/buycao/list",
"pages/pages/buycao/buycao",
"pages/component/swiper/swiper",
"pages/component/menu/menu",
"pages/component/module/module",
"pages/pages/cash/cash",
"pages/pages/cash/info",
"pages/pages/live/live"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"tabBar": {
"color": "#7b8196",
"selectedColor": "#27323f",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/pages/home/home",
"iconPath": "images/tabbar/home-off.png",
"selectedIconPath": "images/tabbar/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/pages/menu/menu",
"iconPath": "images/tabbar/menu-off.png",
"selectedIconPath": "images/tabbar/menu-on.png",
"text": "分类"
},
{
"pagePath": "pages/pages/live/live",
"iconPath": "images/tabbar/live-off.png",
"selectedIconPath": "images/tabbar/live-on.png",
"text": "直播"
},
{
"pagePath": "pages/pages/shopcart/shopcart",
"iconPath": "images/tabbar/cart-off.png",
"selectedIconPath": "images/tabbar/cart-on.png",
"text": "购物车"
},
{
"pagePath": "pages/pages/user/user",
"iconPath": "images/tabbar/my-off.png",
"selectedIconPath": "images/tabbar/my-on.png",
"text": "个人"
}
]
},
"networkTimeout": {
"request": 24000
},
"plugins": {
"live-player-plugin": {
"version": "1.3.0",
"provider": "wx2b03c6e691cd7370"
}
},
"theme": "#ffd305",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json"
}