pages.json 4.6 KB

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