app.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "pages": [
  3. "lionfish_comshop/pages/index/index",
  4. "lionfish_comshop/pages/goods/goodsDetail",
  5. "lionfish_comshop/pages/order/shopCart",
  6. "lionfish_comshop/pages/user/me",
  7. "lionfish_comshop/pages/groupCenter/pendingDeliveryOrders",
  8. "lionfish_comshop/pages/auth/index",
  9. "lionfish_comshop/pages/position/community",
  10. "lionfish_comshop/pages/position/search",
  11. "lionfish_comshop/pages/order/index",
  12. "lionfish_comshop/pages/order/order",
  13. "lionfish_comshop/pages/order/refunddetail",
  14. "lionfish_comshop/pages/groupCenter/recruit",
  15. "lionfish_comshop/pages/groupCenter/apply",
  16. "lionfish_comshop/pages/user/protocol",
  17. "lionfish_comshop/pages/user/articleProtocol",
  18. "lionfish_comshop/pages/user/articlePolicy",
  19. "lionfish_comshop/pages/order/refund",
  20. "lionfish_comshop/pages/order/evaluate",
  21. "lionfish_comshop/pages/groupCenter/index",
  22. "lionfish_comshop/pages/groupCenter/communityMembers",
  23. "lionfish_comshop/pages/groupCenter/distributionList",
  24. "lionfish_comshop/pages/groupCenter/distributionInstruct",
  25. "lionfish_comshop/pages/groupCenter/settlementList",
  26. "lionfish_comshop/pages/groupCenter/settlementDetail",
  27. "lionfish_comshop/pages/groupCenter/editInfo",
  28. "lionfish_comshop/pages/refund/refundList",
  29. "lionfish_comshop/pages/groupCenter/groupList",
  30. "lionfish_comshop/pages/groupCenter/groupDetail",
  31. "lionfish_comshop/pages/groupCenter/buyHistory",
  32. "lionfish_comshop/pages/position/cities",
  33. "lionfish_comshop/pages/order/placeOrder",
  34. "lionfish_comshop/pages/goods/buyRecords",
  35. "lionfish_comshop/pages/goods/comment",
  36. "lionfish_comshop/pages/groupCenter/wallet",
  37. "lionfish_comshop/pages/groupCenter/cashList",
  38. "lionfish_comshop/pages/groupCenter/detailsList",
  39. "lionfish_comshop/pages/supply/recruit",
  40. "lionfish_comshop/pages/supply/apply",
  41. "lionfish_comshop/pages/groupCenter/list",
  42. "lionfish_comshop/pages/groupCenter/listDetails",
  43. "lionfish_comshop/pages/groupCenter/memberList",
  44. "lionfish_comshop/pages/web-view",
  45. "lionfish_comshop/pages/order/goods_express",
  46. "lionfish_comshop/pages/order/shareOrderInfo",
  47. "lionfish_comshop/pages/user/coupon",
  48. "lionfish_comshop/pages/index/share",
  49. "lionfish_comshop/pages/type/index",
  50. "lionfish_comshop/pages/groupCenter/setting",
  51. "lionfish_comshop/pages/form/apply",
  52. "lionfish_comshop/pages/user/rechargeDetails",
  53. "lionfish_comshop/pages/user/charge",
  54. "lionfish_comshop/pages/groupCenter/closure",
  55. "lionfish_comshop/pages/groupCenter/addHexiao",
  56. "lionfish_comshop/pages/groupCenter/bind_member_hexiao",
  57. "lionfish_comshop/pages/type/search",
  58. "lionfish_comshop/pages/type/result",
  59. "lionfish_comshop/pages/groupCenter/goodsManage",
  60. "lionfish_comshop/pages/user/scoreDetails",
  61. "lionfish_comshop/pages/groupCenter/gruopInfo",
  62. "lionfish_comshop/pages/groupCenter/headlist",
  63. "lionfish_comshop/pages/groupCenter/recommend",
  64. "lionfish_comshop/pages/goods/industrial",
  65. "lionfish_comshop/pages/distribution/share",
  66. "lionfish_comshop/pages/distribution/member",
  67. "lionfish_comshop/pages/distribution/memberInfo",
  68. "lionfish_comshop/pages/distribution/details",
  69. "lionfish_comshop/pages/distribution/me",
  70. "lionfish_comshop/pages/distribution/recruit",
  71. "lionfish_comshop/pages/distribution/apply",
  72. "lionfish_comshop/pages/distribution/excharge",
  73. "lionfish_comshop/pages/distribution/exchargeRecord",
  74. "lionfish_comshop/pages/distribution/goodsDetails",
  75. "lionfish_comshop/pages/dynamic/index",
  76. "lionfish_comshop/pages/distribution/fans"
  77. ],
  78. "window": {
  79. "navigationBarTextStyle": "black",
  80. "navigationBarTitleText": "",
  81. "navigationBarBackgroundColor": "#fff",
  82. "backgroundColor": "#fff"
  83. },
  84. "tabBar": {
  85. "list": [
  86. {
  87. "pagePath": "lionfish_comshop/pages/index/index",
  88. "text": "首页"
  89. },
  90. {
  91. "pagePath": "lionfish_comshop/pages/type/index",
  92. "text": "分类"
  93. },
  94. {
  95. "pagePath": "lionfish_comshop/pages/order/shopCart",
  96. "text": "购物车"
  97. },
  98. {
  99. "pagePath": "lionfish_comshop/pages/user/me",
  100. "text": "我的"
  101. }
  102. ],
  103. "color": "#fff",
  104. "selectedColor": "#fff",
  105. "backgroundColor": "#fff",
  106. "borderStyle": "white"
  107. },
  108. "networkTimeout": {
  109. "request": 20000
  110. },
  111. "permission": {
  112. "scope.userLocation": {
  113. "desc": "为了更好的服务您,请授权允许"
  114. }
  115. },
  116. "navigateToMiniProgramAppIdList": [
  117. "wx0c95abbbc01623ba"
  118. ],
  119. "sitemapLocation": "sitemap.json"
  120. }