123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "pages": [
-
- "pages/index/index",
- "pages/order_list/index",
- "pages/user/user",
-
- "pages/goods_details/index",
- "pages/Forgotpass/index",
- "pages/user_phone/index",
- "pages/login/index",
- "pages/order_addcart/order_addcart",
- "pages/user_address/index",
- "pages/goods_logistics/index",
- "pages/order_pay_status/index",
- "pages/user_info/index",
- "pages/user_spread_code/index",
- "pages/goods_return/index",
- "pages/user_return_list/index",
- "pages/user_cash/index",
- "pages/cash-audit/index",
- "pages/promoter-order/index",
- "pages/promoter-list/index",
- "pages/user_spread_user/index",
- "pages/user_integral/index",
- "pages/user_spread_money/index",
-
- "pages/order_confirm/index",
- "pages/order_details/index",
- "pages/goods_cate/goods_cate",
-
- "pages/goods_list/goods_list",
- "pages/user_address_list/index",
- "pages/user_pwd_edit/index",
- "pages/goods_search/index",
-
-
- "components/navbar/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"
-
- ],
- "subPackages": [
- {
- "root": "pages/activity",
- "name": "activity",
- "pages": [
- "poster-poster/index"
- ]
- }
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- },
- "tabBar": {
- "backgroundColor": "#ffffff",
- "color": "#707070",
- "selectedColor": "#FD5400",
- "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": "我的"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|