pages.json 5.8 KB

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