| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- {
- "pages": [
- "pages/start/start",
- "pages/home/home",
- "pages/user/all/all",
- "pages/cart/cart",
- "pages/areacart/areacart",
- "pages/centcart/centcart",
- "pages/projects/projects",
- "pages/livelist/livelist",
- "pages/search/search",
- "pages/helpfarm/helpfarm",
- "pages/helpfarm/helpfarm-detail/helpfarm-detail",
- "pages/helpfarm/helpfarm-success/helpfarm-success",
- "pages/helpfarm/success/success",
- "pages/helpfarm/count/count",
- "pages/helpfarm/othercustom/othercustom",
- "pages/helpfarm/group/group",
- "pages/projects/project-detail/project-detail",
- "pages/projects/project-detail-noshare/project-detail-noshare",
- "pages/projects/project-comment/project-comment",
- "pages/projects/project-success/project-success",
- "pages/projects/project-search/project-search",
- "pages/pay/pay",
- "pages/customservice/customservice",
- "pages/web/web",
- "pages/parse/parse",
- "pages/activity/redpacket/redpacket",
- "pages/activity/screen/screen"
- ],
- "subpackages": [
- {
- "root": "packageUser",
- "pages": [
- "pages/user/bind/bind",
- "pages/user/buy/buy",
- "pages/user/granary/granary",
- "pages/user/granary/use/use",
- "pages/user/fund/fund",
- "pages/user/farm/farm",
- "pages/user/otherbind/otherbind",
- "pages/user/bindsuccess/bindsuccess",
- "pages/user/address/address",
- "pages/user/newAddress/newAddress",
- "pages/user/applyLeader/applyLeader",
- "pages/user/integral/integral",
- "pages/user/integralDetail/integralDetail",
- "pages/user/integral/checkin/checkin",
- "pages/user/radish/radish",
- "pages/user/radishDetail/radishDetail",
- "pages/user/orders/orders",
- "pages/user/order/order",
- "pages/user/comment/comment",
- "pages/user/logistics/logistics",
- "pages/user/safe/safe",
- "pages/user/exchange/exchange",
- "pages/user/exchangeSuccess/exchangeSuccess",
- "pages/user/invite/invite",
- "pages/user/invite/detail/detail",
- "pages/user/invite/month/month",
- "pages/user/invite/total/total",
- "pages/user/invite/rank/rank",
- "pages/user/invite/contribution/contribution",
- "pages/user/invite/material/material",
- "pages/user/identity/identity",
- "pages/user/bindoldsys/bindoldsys",
- "pages/user/bankinfo/bankinfo",
- "pages/user/recharge/recharge",
- "pages/user/withdraw/withdraw",
- "pages/user/transfer/transfer",
- "pages/user/transfer/transferList/transferList",
- "pages/user/proxyApply/proxyApply",
- "pages/user/proxyList/proxyList",
- "pages/user/proxyReview/proxyReview",
- "pages/user/userInfo/userInfo",
- "pages/user/selfReceive/selfReceive",
- "pages/user/selfReceive/newReceive/newReceive",
- "pages/user/promotion/promotion"
- ]
- },
- {
- "root": "packageMerchant",
- "pages": [
- "pages/merchant/orders/orders",
- "pages/merchant/order/order",
- "pages/merchant/logistics/logistics",
- "pages/merchant/accounts/accounts"
- ]
- }
- ],
- "preloadRule": {
- "pages/user/all/all": {
- "network": "all",
- "packages": [
- "packageMerchant"
- ]
- }
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#eab86a",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": false
- },
- "tabBar": {
- "color": "#4c4c4c",
- "selectedColor": "#eab86a",
- "list": [
- {
- "iconPath": "images/footer/home.png",
- "selectedIconPath": "images/footer/homec.png",
- "pagePath": "pages/home/home",
- "text": "首页"
- },
- {
- "iconPath": "images/footer/categories.png",
- "selectedIconPath": "images/footer/categoriesc.png",
- "pagePath": "pages/projects/projects",
- "text": "商品"
- },
- {
- "iconPath": "images/footer/shoppingcart.png",
- "selectedIconPath": "images/footer/shoppingcarta.png",
- "pagePath": "pages/cart/cart",
- "text": "购物车"
- },
- {
- "iconPath": "images/footer/weixin.png",
- "selectedIconPath": "images/footer/weixinc.png",
- "pagePath": "pages/customservice/customservice",
- "text": "客服"
- },
- {
- "iconPath": "images/footer/my.png",
- "selectedIconPath": "images/footer/myc.png",
- "pagePath": "pages/user/all/all",
- "text": "我的"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "plugins": {
- "live-player-plugin": {
- "version": "1.3.2",
- "provider": "wx2b03c6e691cd7370"
- }
- }
- }
|