pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/home",
  5. "style": {
  6. "navigationBarTitleText": "采美采购商城",
  7. "enablePullDownRefresh":true
  8. }
  9. },
  10. {
  11. "path": "pages/search/search",
  12. "style": {
  13. "navigationBarTitleText": "搜索"
  14. }
  15. },
  16. {
  17. "path": "pages/tabBar/cart/cart",
  18. "style": {
  19. "navigationBarTitleText": "购物车",
  20. "enablePullDownRefresh":true
  21. }
  22. },
  23. {
  24. "path": "pages/tabBar/user/user",
  25. "style": {
  26. "navigationBarTitleText": "我的",
  27. "enablePullDownRefresh" : true
  28. }
  29. },
  30. {
  31. "path": "pages/login/login",
  32. "style": {
  33. "navigationBarTitleText": "登录"
  34. }
  35. },
  36. {
  37. "path": "pages/user/account/account",
  38. "style": {
  39. "navigationBarTitleText": "账户余额明细",
  40. "enablePullDownRefresh" : true
  41. }
  42. },
  43. {
  44. "path": "pages/user/address/addressManage",
  45. "style": {
  46. "navigationBarTitleText": "添加新地址"
  47. }
  48. },
  49. {
  50. "path": "pages/user/address/address",
  51. "style": {
  52. "navigationBarTitleText": "地址列表"
  53. }
  54. },
  55. {
  56. "path": "pages/user/about/about",
  57. "style": {
  58. "navigationBarTitleText": "关于我们"
  59. }
  60. },
  61. {
  62. "path": "pages/goods/goods",
  63. "style": {
  64. "navigationBarTitleText": "商品列表"
  65. }
  66. },
  67. {
  68. "path": "pages/goods/product",
  69. "style": {
  70. "navigationBarTitleText": "商品详情",
  71. "navigationStyle":"custom"
  72. }
  73. },
  74. {
  75. "path": "pages/user/order/order-cashier",
  76. "style": {
  77. "navigationBarTitleText": "收银台",
  78. "navigationStyle":"custom"
  79. }
  80. },
  81. {
  82. "path": "pages/service/aftersale",
  83. "style": {
  84. "navigationBarTitleText": "售后无忧"
  85. }
  86. },
  87. {
  88. "path": "pages/service/shoppingnotice",
  89. "style": {
  90. "navigationBarTitleText": "购物须知"
  91. }
  92. },
  93. {
  94. "path": "pages/service/member",
  95. "style": {
  96. "navigationBarTitleText": "正品联盟"
  97. }
  98. }
  99. ,{
  100. "path" : "pages/user/invoice/invoice",
  101. "style" : {
  102. "navigationBarTitleText": "发票信息"
  103. }
  104. }
  105. ,{
  106. "path" : "pages/user/regularPurchase/regularPurchase",
  107. "style" : {
  108. "navigationBarTitleText": "常采购商品"
  109. }
  110. },
  111. {
  112. "path": "pages/user/order/create-order",
  113. "style": {
  114. "navigationBarTitleText": "确认订单"
  115. }
  116. },
  117. {
  118. "path": "pages/user/order/orderShareLogin",
  119. "style": {
  120. "navigationBarTitleText": "订单详情"
  121. }
  122. },
  123. {
  124. "path": "pages/user/order/myOrder",
  125. "style": {
  126. "navigationBarTitleText": "我的订单",
  127. // "enablePullDownRefresh": true,
  128. "onReachBottomDistance": 50,
  129. "navigationStyle":"custom"
  130. }
  131. },
  132. {
  133. "path": "pages/user/order/order-list",
  134. "style": {
  135. "navigationBarTitleText": "我的订单",
  136. // "enablePullDownRefresh": true,
  137. // "onReachBottomDistance": 50,
  138. "navigationStyle":"custom"
  139. }
  140. },
  141. {
  142. "path": "pages/user/order/order-details",
  143. "style": {
  144. "navigationBarTitleText": "订单详情",
  145. "navigationStyle":"custom"
  146. }
  147. },
  148. {
  149. "path": "pages/user/order/order-sharedetails",
  150. "style": {
  151. "navigationBarTitleText": "订单详情"
  152. }
  153. },
  154. {
  155. "path": "pages/user/order/order-logistics",
  156. "style": {
  157. "navigationBarTitleText": "物流信息"
  158. }
  159. },
  160. {
  161. "path": "pages/search/search-order",
  162. "style": {
  163. "navigationBarTitleText": "搜索"
  164. }
  165. }
  166. ],
  167. "tabBar": {
  168. "height":"80",
  169. "color": "#999999",
  170. "selectedColor": "#E15616",
  171. "borderStyle": "black",
  172. "backgroundColor": "#ffffff",
  173. "list": [{
  174. "pagePath": "pages/tabBar/home/home",
  175. "iconPath": "static/home@3x.png",
  176. "selectedIconPath": "static/home-current@3x.png",
  177. "text": "商城"
  178. },
  179. {
  180. "pagePath": "pages/tabBar/cart/cart",
  181. "iconPath": "static/cart@3x.png",
  182. "selectedIconPath": "static/cart-current@3x.png",
  183. "text": "购物车"
  184. },
  185. {
  186. "pagePath": "pages/tabBar/user/user",
  187. "iconPath": "static/user@3x.png",
  188. "selectedIconPath": "static/user-current@3x.png",
  189. "text": "我的"
  190. }
  191. ]
  192. },
  193. "globalStyle": {
  194. "navigationBarTextStyle": "black",
  195. "navigationBarTitleText": "采美采购商城",
  196. "navigationBarBackgroundColor": "#FFFFFF",
  197. "backgroundColor": "#FFFFFF"
  198. }
  199. }