pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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": "login/index",
  98. "style": {
  99. "navigationStyle": "custom",
  100. "navigationBarTitleText": "登录"
  101. }
  102. },
  103. {
  104. "path": "agreement/index",
  105. "style": {
  106. "navigationStyle": "custom",
  107. "navigationBarTitleText": "用户协议"
  108. }
  109. },
  110. {
  111. "path": "policy/index",
  112. "style": {
  113. "navigationStyle": "custom",
  114. "navigationBarTitleText": "隐私政策"
  115. }
  116. }
  117. ]
  118. },
  119. {
  120. "root": "pages-wash",
  121. "pages": [
  122. {
  123. "path": "station/index",
  124. "style": {
  125. "navigationStyle": "custom",
  126. "navigationBarTitleText": "网点"
  127. }
  128. },
  129. {
  130. "path": "device/index",
  131. "style": {
  132. "navigationStyle": "custom",
  133. "navigationBarTitleText": "洗车机"
  134. }
  135. },
  136. {
  137. "path": "scan/index",
  138. "style": {
  139. "navigationStyle": "default",
  140. "navigationBarTitleText": "扫码",
  141. "navigationBarBackgroundColor": "#ffffff"
  142. }
  143. }
  144. ]
  145. },
  146. {
  147. "root": "pages-order",
  148. "pages": [
  149. {
  150. "path": "list/index",
  151. "style": {
  152. "navigationStyle": "custom",
  153. "navigationBarTitleText": "订单列表",
  154. "enablePullDownRefresh": true,
  155. "onReachBottomDistance": 100
  156. }
  157. },
  158. {
  159. "path": "detail/index",
  160. "style": {
  161. "navigationStyle": "custom",
  162. "navigationBarTitleText": "订单详情"
  163. }
  164. },
  165. {
  166. "path": "pay/index",
  167. "style": {
  168. "navigationStyle": "custom",
  169. "navigationBarTitleText": "支付详情"
  170. }
  171. }
  172. ]
  173. }
  174. ],
  175. "tabBar": {
  176. "custom": true,
  177. "color": "#7A7E83",
  178. "selectedColor": "#C6171E",
  179. "borderStyle": "black",
  180. "backgroundColor": "#ffffff",
  181. "fontSize": "12px",
  182. "list": [
  183. {
  184. "pagePath": "pages/index/index",
  185. "text": "网点"
  186. },
  187. {
  188. "pagePath": "pages/map/index",
  189. "text": "扫码"
  190. },
  191. {
  192. "pagePath": "pages/user/index",
  193. "text": "我的"
  194. }
  195. ]
  196. },
  197. "globalStyle": {
  198. "navigationBarTextStyle": "black",
  199. "navigationBarBackgroundColor": "#F8F8F8",
  200. "backgroundColor": "#F8F8F8",
  201. "navigationStyle": "custom"
  202. }
  203. }