pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/user/user",
  11. "style": {
  12. "navigationBarTitleText": "我的",
  13. "navigationBarBackgroundColor": "#D53533",
  14. "navigationBarTextStyle": "white"
  15. }
  16. }
  17. ,{
  18. "path" : "pages/user/historySpend",
  19. "style" :
  20. {
  21. "navigationBarTitleText": "历史消费",
  22. "enablePullDownRefresh": true
  23. }
  24. },
  25. {
  26. "path" : "pages/user/historyDetail",
  27. "style" :
  28. {
  29. "navigationBarTitleText": "消费明细",
  30. "enablePullDownRefresh": true
  31. }
  32. }
  33. ,{
  34. "path" : "pages/user/checkReport",
  35. "style" :
  36. {
  37. "navigationBarTitleText": "车检报告",
  38. "enablePullDownRefresh": true
  39. }
  40. }
  41. ,{
  42. "path" : "pages/user/reportDetail",
  43. "style" :
  44. {
  45. "navigationBarTitleText": "检测报告",
  46. "enablePullDownRefresh": false
  47. }
  48. },
  49. {
  50. "path" : "pages/index/shopList",
  51. "style" :
  52. {
  53. "navigationBarTitleText": "门店列表",
  54. "enablePullDownRefresh": true
  55. }
  56. },
  57. {
  58. "path" : "pages/index/onlineBooking",
  59. "style" :
  60. {
  61. "navigationBarTitleText": "在线预约",
  62. "enablePullDownRefresh": false
  63. }
  64. },{
  65. "path" : "pages/index/confirmYuyue",
  66. "style" :
  67. {
  68. "navigationBarTitleText": "确认预约",
  69. "enablePullDownRefresh": false
  70. }
  71. },
  72. {
  73. "path" : "pages/shop/shop",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "商城",
  77. "enablePullDownRefresh": true
  78. }
  79. },
  80. {
  81. "path" : "pages/activity/activity",
  82. "style" :
  83. {
  84. "navigationBarTitleText": "活动",
  85. "enablePullDownRefresh": true
  86. }
  87. }
  88. ,{
  89. "path" : "pages/user/myBespeak",
  90. "style" :
  91. {
  92. "navigationBarTitleText": "我的预约",
  93. "enablePullDownRefresh": true
  94. }
  95. }
  96. ,{
  97. "path" : "pages/user/bespeakDetail",
  98. "style" :
  99. {
  100. "navigationBarTitleText": "预约详情",
  101. "enablePullDownRefresh": true
  102. }
  103. }
  104. ,{
  105. "path" : "pages/index/vipCard",
  106. "style" :
  107. {
  108. "navigationBarTitleText": "会员卡",
  109. "navigationBarBackgroundColor": "#171723",
  110. "navigationBarTextStyle": "white"
  111. }
  112. }
  113. ,{
  114. "path" : "pages/index/discountCard",
  115. "style" :
  116. {
  117. "navigationBarTitleText": "优惠券",
  118. "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path" : "pages/shop/goodsDetail",
  123. "style" :
  124. {
  125. "navigationBarTitleText": "商品详情",
  126. "enablePullDownRefresh": true
  127. }
  128. }
  129. ,{
  130. "path" : "pages/index/discountCardDetail",
  131. "style" :
  132. {
  133. "navigationBarTitleText": "优惠券详情",
  134. "enablePullDownRefresh": false
  135. }
  136. }
  137. ,{
  138. "path" : "pages/user/myOrder/myOrder",
  139. "style" :
  140. {
  141. "navigationBarTitleText": "我的订单",
  142. "enablePullDownRefresh": true
  143. }
  144. },{
  145. "path" : "pages/shop/confirm",
  146. "style" :
  147. {
  148. "navigationBarTitleText": "订单确认"
  149. }
  150. },
  151. {
  152. "path" : "pages/shop/ckshopList",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "选择门店"
  156. }
  157. }
  158. ,{
  159. "path" : "pages/user/myOrder/mallOrderDetail",
  160. "style" :
  161. {
  162. "navigationStyle": "custom",
  163. "enablePullDownRefresh": true
  164. }
  165. },
  166. {
  167. "path" : "pages/user/addCar/addCar",
  168. "style" :
  169. {
  170. "navigationBarTitleText": "添加车辆",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "pages/user/addCar/carModel",
  176. "style": {
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. "path": "pages/user/addCar/cailist",
  182. "style": {
  183. "navigationBarTitleText": "我的车库",
  184. "enablePullDownRefresh": false
  185. }
  186. }
  187. ,{
  188. "path" : "pages/index/paint",
  189. "style" :
  190. {
  191. "navigationBarTitleText": "钣金喷漆",
  192. "enablePullDownRefresh": false
  193. }
  194. },
  195. {
  196. "path" : "pages/index/rescue",
  197. "style" :
  198. {
  199. "navigationBarTitleText": "紧急救援"
  200. }
  201. },
  202. {
  203. "path" : "pages/index/maintain",
  204. "style" :
  205. {
  206. "navigationBarTitleText": "保养"
  207. }
  208. },
  209. {
  210. "path": "pages/index/handbook",
  211. "style": {
  212. "navigationBarTitleText": "保养手册",
  213. "enablePullDownRefresh": false
  214. }
  215. }
  216. ,{
  217. "path" : "pages/index/personalCard",
  218. "style" :
  219. {
  220. "navigationBarTitleText": "个人名片",
  221. "enablePullDownRefresh": false
  222. }
  223. },
  224. {
  225. "path" : "pages/index/paintSure",
  226. "style" :
  227. {
  228. "navigationBarTitleText": "订单确认",
  229. "enablePullDownRefresh": false
  230. }
  231. }
  232. ,{
  233. "path" : "pages/user/expertServices",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "服务专家",
  237. "enablePullDownRefresh": true
  238. }
  239. },
  240. {
  241. "path" : "pages/index/paintShopList",
  242. "style" :
  243. {
  244. "navigationBarTitleText": "选择门店",
  245. "enablePullDownRefresh": true
  246. }
  247. },
  248. {
  249. "path": "pages/user/feedBack",
  250. "style": {
  251. "navigationBarTitleText": "意见反馈",
  252. "navigationBarBackgroundColor": "#FFFFFF",
  253. "enablePullDownRefresh": false
  254. }
  255. }
  256. ,{
  257. "path" : "pages/user/myOrder/paintOrderDetail",
  258. "style" :
  259. {
  260. "navigationStyle": "custom",
  261. "enablePullDownRefresh": true
  262. }
  263. }
  264. ,{
  265. "path" : "pages/user/myOrder/activityOrderDetail",
  266. "style" :
  267. {
  268. "navigationStyle": "custom",
  269. "enablePullDownRefresh": true
  270. }
  271. },
  272. {
  273. "path": "pages/activity/jkDetail",
  274. "style": {
  275. "navigationBarTitleText": "活动详情",
  276. /* "app-plus": { "softinputMode": "adjustPan"}, */
  277. "enablePullDownRefresh": true
  278. }
  279. },
  280. {
  281. "path": "pages/index/newCar",
  282. "style": {
  283. "navigationBarTitleText": "新车"
  284. }
  285. },
  286. {
  287. "path": "pages/index/usedCar",
  288. "style": {
  289. "navigationBarTitleText": "二手车"
  290. }
  291. },
  292. {
  293. "path": "pages/index/evaluation",
  294. "style": {
  295. "navigationBarTitleText": "爱车估价"
  296. }
  297. }
  298. ],
  299. "tabBar": {
  300. "color": "#8a8a8a",
  301. "selectedColor": "#D53533",
  302. "borderStyle": "black",
  303. "backgroundColor": "#ffffff",
  304. "list": [{
  305. "pagePath": "pages/index/index",
  306. "iconPath": "./static/tabimg/index2.png",
  307. "selectedIconPath": "./static/tabimg/index1.png",
  308. "text": "首页"
  309. },
  310. {
  311. "pagePath": "pages/shop/shop",
  312. "iconPath": "./static/tabimg/shop2.png",
  313. "selectedIconPath": "./static/tabimg/shop1.png",
  314. "text": "商城"
  315. },
  316. {
  317. "pagePath": "pages/activity/activity",
  318. "iconPath": "./static/tabimg/activty2.png",
  319. "selectedIconPath": "./static/tabimg/activity1.png",
  320. "text": "活动"
  321. },
  322. {
  323. "pagePath": "pages/user/user",
  324. "iconPath": "./static/tabimg/me2.png",
  325. "selectedIconPath": "./static/tabimg/me1.png",
  326. "text": "我的"
  327. }
  328. ]
  329. },
  330. "globalStyle": {
  331. "navigationBarTextStyle": "black",
  332. "navigationBarTitleText": "uni-app",
  333. "navigationBarBackgroundColor": "#F8F8F8",
  334. "backgroundColor": "#F8F8F8"
  335. },
  336. "uniIdRouter": {}
  337. }