forked from EastWorld/wechat-app-mall
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
146 lines (146 loc) · 4.59 KB
/
Copy pathapp.json
File metadata and controls
146 lines (146 loc) · 4.59 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"pages": [
"pages/start/start",
"pages/shop/select",
"pages/index/index",
"pages/notice/index",
"pages/notice/show",
"pages/category/category",
"pages/goods/list",
"pages/goods/fav",
"pages/goods-details/index",
"pages/shop-cart/index",
"pages/to-pay-order/index",
"pages/select-address/index",
"pages/address-add/index",
"pages/order-list/index",
"pages/order-details/index",
"pages/order-details/scan-result",
"pages/order/refundApply",
"pages/wuliu/index",
"pages/my/index",
"pages/withdraw/index",
"pages/score-excharge/index",
"pages/score-excharge/growth",
"pages/asset/index",
"pages/score/index",
"pages/score/growth",
"pages/sign/index",
"pages/maidan/index",
"pages/fx/apply",
"pages/fx/apply-status",
"pages/fx/members",
"pages/fx/commisionLog",
"pages/coupons/index",
"pages/coupons/merge",
"pages/invoice/list",
"pages/invoice/apply",
"pages/deposit/pay",
"pages/live/index",
"pages/help/detail",
"pages/help/index",
"pages/about/index",
"pages/idCheck/index",
"pages/videoCall/videoCall",
"pages/peisong/detail",
"pages/peisong/orders",
"pages/pwd-pay/reset",
"pages/pwd-pay/modify",
"pages/pwd-pay/set",
"pages/my/feedback",
"pages/search/index",
"pages/my/info",
"pages/my/setting",
"pages/my/info-menu"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black",
"onReachBottomDistance": 50
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#e64340",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/nav/home-off.png",
"selectedIconPath": "images/nav/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "images/nav/fl-off.png",
"selectedIconPath": "images/nav/fl-on.png",
"text": "分类"
},
{
"pagePath": "pages/coupons/index",
"iconPath": "images/nav/coupon-off.png",
"selectedIconPath": "images/nav/coupon-on.png",
"text": "优惠券"
},
{
"pagePath": "pages/shop-cart/index",
"iconPath": "images/nav/cart-off.png",
"selectedIconPath": "images/nav/cart-on.png",
"text": "购物车"
},
{
"pagePath": "pages/my/index",
"iconPath": "images/nav/my-off.png",
"selectedIconPath": "images/nav/my-on.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "获取离你最近的门店"
}
},
"usingComponents": {
"float-menu": "/components/float-menu/index",
"parser":"/components/parser.20200414.min/parser",
"van-notice-bar": "@vant/weapp/notice-bar/index",
"van-search": "@vant/weapp/search/index",
"van-divider": "@vant/weapp/divider/index",
"van-icon": "@vant/weapp/icon/index",
"van-count-down": "@vant/weapp/count-down/index",
"van-button": "@vant/weapp/button/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-tag": "@vant/weapp/tag/index",
"van-card": "@vant/weapp/card/index",
"van-progress": "@vant/weapp/progress/index",
"van-submit-bar": "@vant/weapp/submit-bar/index",
"van-field": "@vant/weapp/field/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"van-sidebar": "@vant/weapp/sidebar/index",
"van-sidebar-item": "@vant/weapp/sidebar-item/index",
"van-empty": "@vant/weapp/empty/index",
"van-goods-action": "@vant/weapp/goods-action/index",
"van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
"van-goods-action-button": "@vant/weapp/goods-action-button/index",
"van-popup": "@vant/weapp/popup/index",
"van-stepper": "@vant/weapp/stepper/index",
"van-sticky": "@vant/weapp/sticky/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-swipe-cell": "@vant/weapp/swipe-cell/index",
"van-calendar": "@vant/weapp/calendar/index",
"van-switch": "@vant/weapp/switch/index",
"van-rate": "@vant/weapp/rate/index",
"van-uploader": "@vant/weapp/uploader/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-image": "@vant/weapp/image/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index"
},
"sitemapLocation": "sitemap.json"
}