pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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": "default",
  43. "navigationBarTitleText": "我的车辆",
  44. "navigationBarBackgroundColor": "#ffffff"
  45. }
  46. },
  47. {
  48. "path": "contact/index",
  49. "style": {
  50. "navigationStyle": "default",
  51. "navigationBarTitleText": "联系我们",
  52. "navigationBarBackgroundColor": "#ffffff"
  53. }
  54. },
  55. {
  56. "path": "faq/index",
  57. "style": {
  58. "navigationStyle": "default",
  59. "navigationBarTitleText": "洗车指导",
  60. "navigationBarBackgroundColor": "#ffffff"
  61. }
  62. },
  63. {
  64. "path": "fav/index",
  65. "style": {
  66. "navigationStyle": "default",
  67. "navigationBarTitleText": "我的收藏",
  68. "navigationBarBackgroundColor": "#ffffff"
  69. }
  70. },
  71. {
  72. "path": "feedback/index",
  73. "style": {
  74. "navigationStyle": "default",
  75. "navigationBarTitleText": "纠错上报",
  76. "navigationBarBackgroundColor": "#ffffff"
  77. }
  78. },
  79. {
  80. "path": "wallet/index",
  81. "style": {
  82. "navigationStyle": "default",
  83. "navigationBarTitleText": "我的钱包",
  84. "navigationBarBackgroundColor": "#ffffff",
  85. "enablePullDownRefresh": true
  86. }
  87. },
  88. {
  89. "path": "wallet/recharge",
  90. "style": {
  91. "navigationStyle": "custom",
  92. "navigationBarTitleText": "充值",
  93. "navigationBarBackgroundColor": "#ffffff"
  94. }
  95. },
  96. {
  97. "path": "wallet/refund",
  98. "style": {
  99. "navigationStyle": "default",
  100. "navigationBarTitleText": "我的退款",
  101. "navigationBarBackgroundColor": "#ffffff"
  102. }
  103. },
  104. {
  105. "path": "login/index",
  106. "style": {
  107. "navigationStyle": "default",
  108. "navigationBarTitleText": "登录",
  109. "navigationBarBackgroundColor": "#ffffff"
  110. }
  111. },
  112. {
  113. "path": "agreement/index",
  114. "style": {
  115. "navigationStyle": "default",
  116. "navigationBarTitleText": "用户协议",
  117. "navigationBarBackgroundColor": "#ffffff"
  118. }
  119. },
  120. {
  121. "path": "policy/index",
  122. "style": {
  123. "navigationStyle": "default",
  124. "navigationBarTitleText": "隐私政策",
  125. "navigationBarBackgroundColor": "#ffffff"
  126. }
  127. }
  128. ]
  129. },
  130. {
  131. "root": "pages-wash",
  132. "pages": [
  133. {
  134. "path": "station/index",
  135. "style": {
  136. "navigationStyle": "custom",
  137. "navigationBarTitleText": "网点",
  138. "navigationBarBackgroundColor": "#ffffff"
  139. }
  140. },
  141. {
  142. "path": "device/index",
  143. "style": {
  144. "navigationStyle": "default",
  145. "navigationBarTitleText": "洗车机",
  146. "navigationBarBackgroundColor": "#ffffff"
  147. }
  148. },
  149. {
  150. "path": "scan/index",
  151. "style": {
  152. "navigationStyle": "default",
  153. "navigationBarTitleText": "扫码",
  154. "navigationBarBackgroundColor": "#ffffff"
  155. }
  156. }
  157. ]
  158. },
  159. {
  160. "root": "pages-order",
  161. "pages": [
  162. {
  163. "path": "list/index",
  164. "style": {
  165. "navigationStyle": "default",
  166. "navigationBarTitleText": "订单列表",
  167. "navigationBarBackgroundColor": "#ffffff",
  168. "enablePullDownRefresh": true,
  169. "onReachBottomDistance": 100
  170. }
  171. },
  172. {
  173. "path": "detail/index",
  174. "style": {
  175. "navigationStyle": "default",
  176. "navigationBarTitleText": "订单详情",
  177. "navigationBarBackgroundColor": "#ffffff"
  178. }
  179. },
  180. {
  181. "path": "pay/index",
  182. "style": {
  183. "navigationStyle": "default",
  184. "navigationBarTitleText": "支付详情",
  185. "navigationBarBackgroundColor": "#ffffff"
  186. }
  187. }
  188. ]
  189. }
  190. ],
  191. "tabBar": {
  192. "custom": true,
  193. "color": "#7A7E83",
  194. "selectedColor": "#C6171E",
  195. "borderStyle": "black",
  196. "backgroundColor": "#ffffff",
  197. "fontSize": "12px",
  198. "list": [
  199. {
  200. "pagePath": "pages/index/index",
  201. "text": "网点"
  202. },
  203. {
  204. "pagePath": "pages/map/index",
  205. "text": "扫码"
  206. },
  207. {
  208. "pagePath": "pages/user/index",
  209. "text": "我的"
  210. }
  211. ]
  212. },
  213. "globalStyle": {
  214. "navigationBarTextStyle": "black",
  215. "navigationBarBackgroundColor": "#F8F8F8",
  216. "backgroundColor": "#F8F8F8",
  217. "navigationStyle": "custom"
  218. }
  219. }