pages.json 4.9 KB

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