|
@@ -4,15 +4,21 @@
|
|
|
"pages/tabBar/cart/index",
|
|
|
"pages/tabBar/user/index",
|
|
|
"pages/authorize/authorize",
|
|
|
- "pages/login/login",
|
|
|
- "pages/goods/list",
|
|
|
- "pages/goods/cart",
|
|
|
- "pages/goods/search",
|
|
|
- "pages/goods/product",
|
|
|
- "pages/goods/product-activi",
|
|
|
- "pages/goods/good-floorMore"
|
|
|
+ "pages/login/login"
|
|
|
],
|
|
|
"subPackages": [
|
|
|
+ {
|
|
|
+ "root": "pages/goods/",
|
|
|
+ "pages": [
|
|
|
+ "list",
|
|
|
+ "cart",
|
|
|
+ "search",
|
|
|
+ "product-detail",
|
|
|
+ "good-floorMore",
|
|
|
+ "goods-coupon-list",
|
|
|
+ "goods-coupon-list-search"
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"root": "pages/user/",
|
|
|
"pages": [
|
|
@@ -20,6 +26,7 @@
|
|
|
"address/address",
|
|
|
"order/create-order",
|
|
|
"order/success",
|
|
|
+ "order/error",
|
|
|
"order/order-list",
|
|
|
"order/order-list-retail",
|
|
|
"order/order-details",
|
|
@@ -27,7 +34,9 @@
|
|
|
"order/search-order",
|
|
|
"order/order-logistics",
|
|
|
"activity/activity",
|
|
|
- "activity/activity-list"
|
|
|
+ "activity/activity-list",
|
|
|
+ "activity/coupon-find-list",
|
|
|
+ "activity/coupon-list"
|
|
|
]
|
|
|
}
|
|
|
],
|
|
@@ -71,12 +80,5 @@
|
|
|
"uniStatistics": {
|
|
|
"enable": true
|
|
|
},
|
|
|
- "usingComponents": {
|
|
|
- "cu-custom": "/components/cm-custom/cu-custom",
|
|
|
- "au-custom": "/components/cm-custom/au-custom",
|
|
|
- "cm-custom": "/components/cm-custom/cm-custom",
|
|
|
- "ws-custom": "/components/cm-custom/ws-custom",
|
|
|
- "scroll-top": "/components/cm-module/scrollTop/scrollTop",
|
|
|
- "city-picker": "/components/mpvue-citypicker/mpvueCityPicker"
|
|
|
- }
|
|
|
+ "usingComponents": {}
|
|
|
}
|