pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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. "backgroundColor": "#f7f7f7"
  121. }
  122. }, {
  123. "path": "addressList",
  124. "style": {
  125. "navigationBarTitleText": "我的地址",
  126. "enablePullDownRefresh": true
  127. }
  128. }, {
  129. "path": "addressForm",
  130. "style": {
  131. "navigationBarTitleText": "新增地址"
  132. }
  133. }, {
  134. "path": "couponList",
  135. "style": {
  136. "navigationBarTitleText": "我的优惠券",
  137. "enablePullDownRefresh": true,
  138. "backgroundColor": "#f7f7f7"
  139. }
  140. }, {
  141. "path": "integralList",
  142. "style": {
  143. "navigationBarTitleText": "我的积分",
  144. "enablePullDownRefresh": true
  145. }
  146. }, {
  147. "path": "orderList",
  148. "style": {
  149. "navigationBarTitleText": "订单中心",
  150. "backgroundColor": "#f7f7f7",
  151. "enablePullDownRefresh": true
  152. }
  153. }, {
  154. "path": "orderDetail",
  155. "style": {
  156. "navigationBarTitleText": "订单详情"
  157. }
  158. }, {
  159. "path": "logisticsDeatil",
  160. "style": {
  161. "navigationBarTitleText": "物流追踪"
  162. }
  163. }, {
  164. "path": "evaluateForm",
  165. "style": {
  166. "navigationBarTitleText": "评价订单"
  167. }
  168. }, {
  169. "path": "messageList",
  170. "style": {
  171. "navigationBarTitleText": "留言列表",
  172. "enablePullDownRefresh": true
  173. }
  174. }, {
  175. "path": "messageForm",
  176. "style": {
  177. "navigationBarTitleText": "发布留言"
  178. }
  179. }, {
  180. "path": "paySuccess",
  181. "style": {
  182. "navigationBarTitleText": "支付结果"
  183. }
  184. }, {
  185. "path": "aboutUs",
  186. "style": {
  187. "navigationBarTitleText": "关于我们"
  188. }
  189. }]
  190. }],
  191. "globalStyle": {
  192. "navigationStyle": "default",
  193. "navigationBarTextStyle": "black",
  194. "navigationBarTitleText": "千家地",
  195. "navigationBarBackgroundColor": "#ffffff",
  196. "backgroundColor": "#F8F8F8"
  197. },
  198. "tabBar": {
  199. "borderStyle": "black",
  200. "backgroundColor": "#fff",
  201. "color": "#9A9A9A",
  202. "selectedColor": "#52A63A",
  203. "list": [{
  204. "pagePath": "pages/index/index",
  205. "iconPath": "static/images/icon-index.png",
  206. "selectedIconPath": "static/images/icon-index-active.png",
  207. "text": "首页"
  208. }, {
  209. "pagePath": "pages/shop/index",
  210. "iconPath": "static/images/icon-shop.png",
  211. "selectedIconPath": "static/images/icon-shop-active.png",
  212. "text": "商城"
  213. }, {
  214. "pagePath": "pages/cart/cart",
  215. "iconPath": "static/images/icon-cart.png",
  216. "selectedIconPath": "static/images/icon-cart-active.png",
  217. "text": "购物车"
  218. }, {
  219. "pagePath": "pages/user/index",
  220. "iconPath": "static/images/icon-mine.png",
  221. "selectedIconPath": "static/images/icon-mine-active.png",
  222. "text": "个人"
  223. }]
  224. }
  225. }