pages.json 5.1 KB

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