pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/serve/index",
  11. "style": {
  12. "navigationBarTitleText": "服务"
  13. }
  14. },
  15. {
  16. "path": "pages/shopStore/index",
  17. "style": {
  18. "navigationBarTitleText": "商城"
  19. }
  20. },
  21. {
  22. "path": "pages/userInfo/index",
  23. "style": {
  24. "navigationBarTitleText": "个人中心"
  25. }
  26. },
  27. {
  28. "path": "pages/index/buyCar",
  29. "style": {
  30. "navigationBarTitleText": "燎原云保修"
  31. }
  32. },
  33. {
  34. "path": "pages/index/sellCar",
  35. "style": {
  36. "navigationBarTitleText": "爱车估价"
  37. }
  38. },
  39. {
  40. "path": "pages/index/buyUsedCar",
  41. "style": {
  42. "navigationBarTitleText": "买二手车"
  43. }
  44. },
  45. {
  46. "path": "pages/index/screen",
  47. "style": {
  48. "navigationBarTitleText": "筛选"
  49. }
  50. },
  51. {
  52. "path": "pages/index/newCarDetial",
  53. "style": {
  54. "navigationBarTitleText": "车辆详情"
  55. }
  56. },
  57. {
  58. "path": "pages/index/oldCarDetial",
  59. "style": {
  60. "navigationBarTitleText": "车辆详情"
  61. }
  62. },
  63. {
  64. "path": "pages/index/reservationCar",
  65. "style": {
  66. "navigationBarTitleText": "预约试驾"
  67. }
  68. },
  69. {
  70. "path": "pages/shopStore/detial",
  71. "style": {
  72. "navigationBarTitleText": "商品详情"
  73. }
  74. },
  75. {
  76. "path": "pages/shopStore/determineOrder",
  77. "style": {
  78. "navigationBarTitleText": "确认订单"
  79. }
  80. },
  81. {
  82. "path": "pages/shopStore/Address",
  83. "style": {
  84. "navigationBarTitleText": "添加地址"
  85. }
  86. },
  87. {
  88. "path": "pages/shopStore/saveAddress",
  89. "style": {
  90. "navigationBarTitleText": "新增收获地址"
  91. }
  92. },
  93. {
  94. "path": "pages/serve/detial",
  95. "style": {
  96. "navigationBarTitleText": "预约服务"
  97. }
  98. },
  99. {
  100. "path": "pages/login/login",
  101. "style": {
  102. "navigationBarTitleText": "登录"
  103. }
  104. },
  105. {
  106. "path": "pages/index/newCarDetialInfo",
  107. "style": {
  108. "navigationBarTitleText": "品牌选车"
  109. }
  110. },
  111. {
  112. "path": "pages/index/basePrice",
  113. "style": {
  114. "navigationBarTitleText": "询底价"
  115. }
  116. },
  117. {
  118. "path": "pages/index/storeList",
  119. "style": {
  120. "navigationBarTitleText": "门店列表"
  121. }
  122. },
  123. {
  124. "path": "pages/userInfo/bindCar",
  125. "style": {
  126. "navigationBarTitleText": "车辆绑定"
  127. }
  128. },
  129. {
  130. "path": "pages/userInfo/orderList",
  131. "style": {
  132. "navigationBarTitleText": "我的询价单"
  133. }
  134. },
  135. {
  136. "path": "pages/userInfo/maintenance",
  137. "style": {
  138. "navigationBarTitleText": "预约保养"
  139. }
  140. },
  141. {
  142. "path": "pages/userInfo/TestDrive",
  143. "style": {
  144. "navigationBarTitleText": "预约试驾"
  145. }
  146. },
  147. {
  148. "path": "pages/index/active",
  149. "style": {
  150. "navigationBarTitleText": "活动"
  151. }
  152. },
  153. {
  154. "path": "pages/userInfo/bindlog",
  155. "style": {
  156. "navigationBarTitleText": "绑定记录"
  157. }
  158. },
  159. {
  160. "path": "pages/userInfo/baoxian",
  161. "style": {
  162. "navigationBarTitleText": "保险咨询"
  163. }
  164. },
  165. {
  166. "path": "pages/userInfo/Vehicle",
  167. "style": {
  168. "navigationBarTitleText": "订单列表"
  169. }
  170. },
  171. {
  172. "path": "pages/userInfo/replacementlog",
  173. "style": {
  174. "navigationBarTitleText": "车辆置换"
  175. }
  176. },
  177. {
  178. "path": "pages/userInfo/maintenanceList",
  179. "style": {
  180. "navigationBarTitleText": "维修记录"
  181. }
  182. }
  183. ],
  184. "easycom": {
  185. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  186. // "^u-(.*)": "@/uview-ui_2.0.36/components/u-$1/u-$1.vue"
  187. },
  188. "globalStyle": {
  189. "navigationBarTextStyle": "black",
  190. "navigationBarTitleText": "许润起亚",
  191. "navigationBarBackgroundColor": "#F8F8F8",
  192. "backgroundColor": "#F8F8F8"
  193. },
  194. "tabBar": {
  195. "color": "#000000",
  196. "selectedColor": "#d3393f",
  197. "borderStyle": "black",
  198. "iconWidth":"60px",
  199. "backgroundColor": "#ffffff",
  200. "list": [
  201. {
  202. "pagePath": "pages/index/index",
  203. "iconPath": "./static/car.png",
  204. "selectedIconPath": "./static/selectCar.png",
  205. "text": "首页",
  206. "selectedText":"首页"
  207. },
  208. {
  209. "pagePath": "pages/serve/index",
  210. "iconPath": "./static/serve.png",
  211. "selectedIconPath": "./static/selectServe.png",
  212. "text": "服务",
  213. "selectedText":"服务"
  214. },
  215. {
  216. "pagePath": "pages/shopStore/index",
  217. "iconPath": "./static/shop.png",
  218. "selectedIconPath": "./static/selectShop.png",
  219. "text": "商城",
  220. "selectedText":"商城"
  221. },
  222. {
  223. "pagePath": "pages/userInfo/index",
  224. "iconPath": "./static/Info.png",
  225. "selectedIconPath": "./static/selectInfo.png",
  226. "text": "个人中心",
  227. "selectedText":"个人中心"
  228. }
  229. ]
  230. },
  231. "uniIdRouter": {}
  232. }