-
Notifications
You must be signed in to change notification settings - Fork 183
/
app.copy.json
130 lines (130 loc) · 3.66 KB
/
app.copy.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
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"pages": [
"pages/index/index",
"pages/goods_cate/goods_cate",
"pages/order_details/index",
"pages/user_sgin/index",
"pages/user/user",
"pages/user_get_coupon/index",
"pages/order_confirm/index",
"pages/goods_list/goods_list",
"pages/user_coupon/index",
"pages/goods_comment_list/index",
"pages/user_goods_collection/index",
"pages/user_address_list/index",
"pages/news_list/index",
"pages/user_phone/index",
"pages/user_pwd_edit/index",
"pages/goods_search/index",
"pages/user_vip/index",
"pages/user_spread_money/index",
"pages/user_integral/index",
"pages/user_bill/index",
"pages/user_money/index",
"pages/user_spread_user/index",
"pages/user_sgin_list/index",
"pages/order_list/index",
"pages/goods_details/index",
"pages/goods_details_store/index",
"pages/news_details/index",
"pages/promoter-list/index",
"pages/promoter-order/index",
"pages/cash-audit/index",
"pages/user_cash/index",
"pages/user_return_list/index",
"pages/goods_return/index",
"pages/goods_comment_con/index",
"pages/promotional-items/index",
"pages/first-new-product/index",
"pages/user_spread_code/index",
"pages/user_info/index",
"pages/order_pay_status/index",
"pages/goods_logistics/index",
"pages/user_address/index",
"pages/order_addcart/order_addcart",
"pages/user_payment/index",
"pages/order_cancellation/index",
"pages/commission_rank/index",
"pages/promoter_rank/index",
"components/navbar/index",
"components/recommend/index",
"components/share-red-packets/index",
"components/orderGoods/index",
"components/swipers/index",
"components/goodList/index",
"components/promotionGood/index",
"components/productConSwiper/index",
"components/userEvaluation/index",
"components/coupon-window/index",
"components/product-window/index",
"components/coupon-list-window/index",
"components/address-window/index",
"components/home/index",
"components/write-off/index",
"components/general-window/index"
],
"subPackages": [
{
"root": "pages/activity",
"name": "activity",
"pages": [
"goods_seckill_details/index",
"goods_seckill/index"
],
"plugins": {
"live-player-plugin": {
"version": "1.2.4",
"provider": "wx2b03c6e691cd7370"
}
}
}
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#282828",
"selectedColor": "#e93323",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/1-001.png",
"selectedIconPath": "images/1-002.png",
"text": "首页"
},
{
"pagePath": "pages/goods_cate/goods_cate",
"iconPath": "images/2-001.png",
"selectedIconPath": "images/2-002.png",
"text": "分类"
},
{
"pagePath": "pages/order_addcart/order_addcart",
"iconPath": "images/3-001.png",
"selectedIconPath": "images/3-002.png",
"text": "购物车"
},
{
"pagePath": "pages/user/user",
"iconPath": "images/4-001.png",
"selectedIconPath": "images/4-002.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于获取附近门店"
}
},
"requiredBackgroundModes": [
"location"
],
"sitemapLocation": "sitemap.json"
}