pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "首页"
  9. }
  10. },
  11. {
  12. "path": "pages/shop/index",
  13. "style": {
  14. "navigationBarTitleText": "商城"
  15. }
  16. },
  17. {
  18. "path": "pages/cart/cart",
  19. "style": {
  20. "navigationBarTitleText": "购物车"
  21. }
  22. },
  23. {
  24. "path": "pages/user/index",
  25. "style": {
  26. "navigationBarTitleText": "个人"
  27. }
  28. }
  29. ],
  30. "subPackages": [{
  31. "root": "pagesGood",
  32. "pages": [{
  33. "path": "goodDetails",
  34. "style": {
  35. "navigationBarTitleText": "商品详情"
  36. }
  37. }, {
  38. "path": "goodList",
  39. "style": {
  40. "navigationBarTitleText": "商品列表"
  41. }
  42. }, {
  43. "path": "shopDetails",
  44. "style": {
  45. "navigationBarTitleText": "商铺详情"
  46. }
  47. }, {
  48. "path": "auctionDetail",
  49. "style": {
  50. "navigationBarTitleText": "拍卖详情"
  51. }
  52. }, {
  53. "path": "orderPay",
  54. "style": {
  55. "navigationBarTitleText": "填写订单"
  56. }
  57. }, {
  58. "path": "videoList",
  59. "style": {
  60. "navigationBarTitleText": "直播大厅"
  61. }
  62. }, {
  63. "path": "liveDetail",
  64. "style": {
  65. "navigationBarTitleText": "直播详情"
  66. }
  67. }, {
  68. "path": "videoDetail",
  69. "style": {
  70. "navigationBarTitleText": "短视频详情"
  71. }
  72. }, {
  73. "path": "plantVideo",
  74. "style": {
  75. "navigationBarTitleText": "共享种植直播"
  76. }
  77. }, {
  78. "path": "pickVideo",
  79. "style": {
  80. "navigationBarTitleText": "自助采摘直播"
  81. }
  82. }]
  83. }, {
  84. "root": "pagesMain",
  85. "pages": [{
  86. "path": "plantList",
  87. "style": {
  88. "navigationBarTitleText": "我的种植"
  89. }
  90. }, {
  91. "path": "entrustList",
  92. "style": {
  93. "navigationBarTitleText": "委托列表"
  94. }
  95. }, {
  96. "path": "entrustForm",
  97. "style": {
  98. "navigationBarTitleText": "发布委托"
  99. }
  100. }, {
  101. "path": "addressList",
  102. "style": {
  103. "navigationBarTitleText": "我的地址"
  104. }
  105. }, {
  106. "path": "addressForm",
  107. "style": {
  108. "navigationBarTitleText": "新增地址"
  109. }
  110. }, {
  111. "path": "couponList",
  112. "style": {
  113. "navigationBarTitleText": "我的优惠卷"
  114. }
  115. }, {
  116. "path": "integralList",
  117. "style": {
  118. "navigationBarTitleText": "我的积分"
  119. }
  120. }, {
  121. "path": "orderList",
  122. "style": {
  123. "navigationBarTitleText": "订单中心"
  124. }
  125. }, {
  126. "path": "logisticsDeatil",
  127. "style": {
  128. "navigationBarTitleText": "物流追踪"
  129. }
  130. }, {
  131. "path": "evaluateForm",
  132. "style": {
  133. "navigationBarTitleText": "评价订单"
  134. }
  135. }, {
  136. "path": "paySuccess",
  137. "style": {
  138. "navigationBarTitleText": "支付结果"
  139. }
  140. }, {
  141. "path": "aboutUs",
  142. "style": {
  143. "navigationBarTitleText": "关于我们"
  144. }
  145. }]
  146. }],
  147. "globalStyle": {
  148. "navigationStyle": "default",
  149. "navigationBarTextStyle": "black",
  150. "navigationBarTitleText": "千家地",
  151. "navigationBarBackgroundColor": "#ffffff",
  152. "backgroundColor": "#F8F8F8"
  153. },
  154. "tabBar": {
  155. "borderStyle": "black",
  156. "backgroundColor": "#fff",
  157. "color": "#9A9A9A",
  158. "selectedColor": "#52A63A",
  159. "list": [{
  160. "pagePath": "pages/index/index",
  161. "iconPath": "static/images/icon-index.png",
  162. "selectedIconPath": "static/images/icon-index-active.png",
  163. "text": "首页"
  164. }, {
  165. "pagePath": "pages/shop/index",
  166. "iconPath": "static/images/icon-shop.png",
  167. "selectedIconPath": "static/images/icon-shop-active.png",
  168. "text": "商城"
  169. }, {
  170. "pagePath": "pages/cart/cart",
  171. "iconPath": "static/images/icon-cart.png",
  172. "selectedIconPath": "static/images/icon-cart-active.png",
  173. "text": "购物车"
  174. }, {
  175. "pagePath": "pages/user/index",
  176. "iconPath": "static/images/icon-mine.png",
  177. "selectedIconPath": "static/images/icon-mine-active.png",
  178. "text": "个人"
  179. }]
  180. }
  181. }