pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "洗车小程序"
  13. }
  14. },
  15. {
  16. "path": "pages/coupon/index",
  17. "style": {
  18. "disableScroll": true,
  19. "navigationBarTitleText": "卡券中心"
  20. }
  21. },
  22. {
  23. "path": "pages/map/index",
  24. "style": {
  25. "disableScroll": true,
  26. "navigationBarTitleText": "站点地图"
  27. }
  28. },
  29. {
  30. "path": "pages/order/index",
  31. "navigationBarTitleText": "订单中心"
  32. },
  33. {
  34. "path": "pages/user/index",
  35. "navigationBarTitleText": "个人中心"
  36. }
  37. ],
  38. "subPackages": [
  39. {
  40. "root": "pages-user",
  41. "pages": [
  42. {
  43. "path": "profile/index",
  44. "style": {
  45. "navigationStyle": "default",
  46. "navigationBarTitleText": "我的信息",
  47. "navigationBarBackgroundColor": "#ffffff"
  48. }
  49. },
  50. {
  51. "path": "contact/index",
  52. "style": {
  53. "navigationStyle": "default",
  54. "navigationBarTitleText": "联系我们",
  55. "navigationBarBackgroundColor": "#ffffff"
  56. }
  57. },
  58. {
  59. "path": "faq/index",
  60. "style": {
  61. "navigationStyle": "default",
  62. "navigationBarTitleText": "洗车指导",
  63. "navigationBarBackgroundColor": "#ffffff"
  64. }
  65. },
  66. {
  67. "path": "fav/index",
  68. "style": {
  69. "navigationStyle": "default",
  70. "navigationBarTitleText": "我的收藏",
  71. "navigationBarBackgroundColor": "#ffffff"
  72. }
  73. },
  74. {
  75. "path": "feedback/index",
  76. "style": {
  77. "navigationStyle": "default",
  78. "navigationBarTitleText": "纠错上报",
  79. "navigationBarBackgroundColor": "#ffffff"
  80. }
  81. },
  82. {
  83. "path": "wallet/index",
  84. "style": {
  85. "navigationStyle": "default",
  86. "navigationBarTitleText": "我的钱包",
  87. "navigationBarBackgroundColor": "#ffffff"
  88. }
  89. },
  90. {
  91. "path": "wallet/recharge",
  92. "style": {
  93. "navigationStyle": "default",
  94. "navigationBarTitleText": "充值",
  95. "navigationBarBackgroundColor": "#ffffff"
  96. }
  97. },
  98. {
  99. "path": "wallet/refund",
  100. "style": {
  101. "navigationStyle": "default",
  102. "navigationBarTitleText": "我的退款",
  103. "navigationBarBackgroundColor": "#ffffff"
  104. }
  105. }
  106. ]
  107. },
  108. {
  109. "root": "pages-wash",
  110. "pages": [
  111. {
  112. "path": "station/index",
  113. "style": {
  114. "navigationStyle": "default",
  115. "navigationBarTitleText": "网点",
  116. "navigationBarBackgroundColor": "#ffffff"
  117. }
  118. },
  119. {
  120. "path": "device/index",
  121. "style": {
  122. "navigationStyle": "default",
  123. "navigationBarTitleText": "洗车机",
  124. "navigationBarBackgroundColor": "#ffffff"
  125. }
  126. },
  127. {
  128. "path": "scan/index",
  129. "style": {
  130. "navigationStyle": "default",
  131. "navigationBarTitleText": "扫码",
  132. "navigationBarBackgroundColor": "#ffffff"
  133. }
  134. }
  135. ]
  136. }
  137. ],
  138. "tabBar": {
  139. "custom": true,
  140. "color": "#7A7E83",
  141. "selectedColor": "#3cc51f",
  142. "borderStyle": "black",
  143. "backgroundColor": "#ffffff",
  144. "fontSize": "12px",
  145. "list": [
  146. {
  147. "pagePath": "pages/index/index",
  148. "iconPath": "static/tabbar/1.png",
  149. "selectedIconPath": "static/tabbar/1-1.png",
  150. "text": "网点"
  151. },
  152. {
  153. "pagePath": "pages/map/index",
  154. "iconPath": "static/tabbar/2.png",
  155. "selectedIconPath": "static/tabbar/2.png",
  156. "text": "扫码"
  157. },
  158. {
  159. "pagePath": "pages/user/index",
  160. "iconPath": "static/tabbar/4.png",
  161. "selectedIconPath": "static/tabbar/4-1.png",
  162. "text": "我的"
  163. }
  164. ]
  165. },
  166. "globalStyle": {
  167. "navigationBarTextStyle": "black",
  168. "navigationBarBackgroundColor": "#F8F8F8",
  169. "backgroundColor": "#F8F8F8"
  170. }
  171. }