pages.json 4.2 KB

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