pages.json 4.7 KB

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