pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
  6. }
  7. },
  8. "entryPagePath": "pages/index/index",
  9. "pages": [
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "Yeswash",
  14. "navigationBarTextStyle": "white",
  15. "navigationBarBackgroundColor": "#000000",
  16. "enablePullDownRefresh": false,
  17. "disableScroll": true,
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/map/index",
  23. "style": {
  24. "disableScroll": true,
  25. "navigationBarTitleText": "站点地图"
  26. }
  27. },
  28. {
  29. "path": "pages/user/index",
  30. "navigationBarTitleText": "个人中心",
  31. "navigationStyle": "custom",
  32. "disableScroll": true
  33. }
  34. ],
  35. "subPackages": [
  36. {
  37. "root": "pages-user",
  38. "pages": [
  39. {
  40. "path": "profile/index",
  41. "style": {
  42. "navigationStyle": "custom",
  43. "navigationBarTitleText": "我的车辆"
  44. }
  45. },
  46. {
  47. "path": "contact/index",
  48. "style": {
  49. "navigationStyle": "custom",
  50. "navigationBarTitleText": "联系我们"
  51. }
  52. },
  53. {
  54. "path": "faq/index",
  55. "style": {
  56. "navigationStyle": "custom",
  57. "navigationBarTitleText": "洗车指导"
  58. }
  59. },
  60. {
  61. "path": "fav/index",
  62. "style": {
  63. "navigationStyle": "custom",
  64. "navigationBarTitleText": "我的收藏"
  65. }
  66. },
  67. {
  68. "path": "feedback/index",
  69. "style": {
  70. "navigationStyle": "custom",
  71. "navigationBarTitleText": "故障反馈"
  72. }
  73. },
  74. {
  75. "path": "wallet/index",
  76. "style": {
  77. "navigationStyle": "custom",
  78. "navigationBarTitleText": "我的钱包",
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "wallet/recharge",
  84. "style": {
  85. "navigationStyle": "custom",
  86. "navigationBarTitleText": "充值"
  87. }
  88. },
  89. {
  90. "path": "wallet/refund",
  91. "style": {
  92. "navigationStyle": "custom",
  93. "navigationBarTitleText": "我的退款"
  94. }
  95. },
  96. {
  97. "path": "wallet/promotion",
  98. "style": {
  99. "navigationStyle": "custom",
  100. "navigationBarTitleText": "专属优惠充值"
  101. }
  102. },
  103. {
  104. "path": "login/index",
  105. "style": {
  106. "navigationStyle": "custom",
  107. "navigationBarTitleText": "登录"
  108. }
  109. },
  110. {
  111. "path": "agreement/index",
  112. "style": {
  113. "navigationStyle": "custom",
  114. "navigationBarTitleText": "用户协议"
  115. }
  116. },
  117. {
  118. "path": "policy/index",
  119. "style": {
  120. "navigationStyle": "custom",
  121. "navigationBarTitleText": "隐私政策"
  122. }
  123. }
  124. ]
  125. },
  126. {
  127. "root": "pages-wash",
  128. "pages": [
  129. {
  130. "path": "station/index",
  131. "style": {
  132. "navigationStyle": "custom",
  133. "navigationBarTitleText": "网点"
  134. }
  135. },
  136. {
  137. "path": "device/index",
  138. "style": {
  139. "navigationStyle": "custom",
  140. "navigationBarTitleText": "洗车机"
  141. }
  142. },
  143. {
  144. "path": "scan/index",
  145. "style": {
  146. "navigationStyle": "default",
  147. "navigationBarTitleText": "扫码",
  148. "navigationBarBackgroundColor": "#ffffff"
  149. }
  150. }
  151. ]
  152. },
  153. {
  154. "root": "pages-order",
  155. "pages": [
  156. {
  157. "path": "list/index",
  158. "style": {
  159. "navigationStyle": "custom",
  160. "navigationBarTitleText": "订单列表",
  161. "enablePullDownRefresh": true,
  162. "onReachBottomDistance": 100
  163. }
  164. },
  165. {
  166. "path": "detail/index",
  167. "style": {
  168. "navigationStyle": "custom",
  169. "navigationBarTitleText": "订单详情"
  170. }
  171. },
  172. {
  173. "path": "pay/index",
  174. "style": {
  175. "navigationStyle": "custom",
  176. "navigationBarTitleText": "支付详情"
  177. }
  178. }
  179. ]
  180. }
  181. ],
  182. "tabBar": {
  183. "custom": true,
  184. "color": "#7A7E83",
  185. "selectedColor": "#C6171E",
  186. "borderStyle": "black",
  187. "backgroundColor": "#ffffff",
  188. "fontSize": "12px",
  189. "list": [
  190. {
  191. "pagePath": "pages/index/index",
  192. "text": "网点"
  193. },
  194. {
  195. "pagePath": "pages/map/index",
  196. "text": "扫码"
  197. },
  198. {
  199. "pagePath": "pages/user/index",
  200. "text": "我的"
  201. }
  202. ]
  203. },
  204. "globalStyle": {
  205. "navigationBarTextStyle": "black",
  206. "navigationBarBackgroundColor": "#F8F8F8",
  207. "backgroundColor": "#F8F8F8",
  208. "navigationStyle": "custom"
  209. }
  210. }