pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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. "enablePullDownRefresh": true
  112. }
  113. }
  114. ,{
  115. "path" : "pages/index/discountCard",
  116. "style" :
  117. {
  118. "navigationBarTitleText": "优惠券",
  119. "enablePullDownRefresh": false
  120. }
  121. },
  122. {
  123. "path" : "pages/shop/goodsDetail",
  124. "style" :
  125. {
  126. "navigationBarTitleText": "商品详情",
  127. "enablePullDownRefresh": true
  128. }
  129. }
  130. ,{
  131. "path" : "pages/index/discountCardDetail",
  132. "style" :
  133. {
  134. "navigationBarTitleText": "优惠券详情",
  135. "enablePullDownRefresh": false
  136. }
  137. }
  138. ,{
  139. "path" : "pages/user/myOrder/myOrder",
  140. "style" :
  141. {
  142. "navigationBarTitleText": "我的订单",
  143. "enablePullDownRefresh": true
  144. }
  145. },{
  146. "path" : "pages/shop/confirm",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "订单确认"
  150. }
  151. },
  152. {
  153. "path" : "pages/shop/ckshopList",
  154. "style" :
  155. {
  156. "navigationBarTitleText": "选择门店"
  157. }
  158. }
  159. ,{
  160. "path" : "pages/user/myOrder/mallOrderDetail",
  161. "style" :
  162. {
  163. "navigationStyle": "custom",
  164. "enablePullDownRefresh": true
  165. }
  166. },
  167. {
  168. "path" : "pages/user/addCar/addCar",
  169. "style" :
  170. {
  171. "navigationBarTitleText": "添加车辆",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path": "pages/user/addCar/carModel",
  177. "style": {
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "pages/user/addCar/cailist",
  183. "style": {
  184. "navigationBarTitleText": "我的车库",
  185. "enablePullDownRefresh": true
  186. }
  187. }
  188. ,{
  189. "path" : "pages/index/paint",
  190. "style" :
  191. {
  192. "navigationBarTitleText": "钣金喷漆",
  193. "enablePullDownRefresh": false
  194. }
  195. },
  196. {
  197. "path" : "pages/index/rescue",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "紧急救援"
  201. }
  202. },
  203. {
  204. "path" : "pages/index/maintain",
  205. "style" :
  206. {
  207. "navigationBarTitleText": "保养"
  208. }
  209. },
  210. {
  211. "path": "pages/index/handbook",
  212. "style": {
  213. "navigationBarTitleText": "保养手册",
  214. "enablePullDownRefresh": false
  215. }
  216. }
  217. ,{
  218. "path" : "pages/index/personalCard",
  219. "style" :
  220. {
  221. "navigationBarTitleText": "个人名片",
  222. "enablePullDownRefresh": false
  223. }
  224. },
  225. {
  226. "path" : "pages/index/paintSure",
  227. "style" :
  228. {
  229. "navigationBarTitleText": "订单确认",
  230. "enablePullDownRefresh": false
  231. }
  232. }
  233. ,{
  234. "path" : "pages/user/expertServices",
  235. "style" :
  236. {
  237. "navigationBarTitleText": "服务专家",
  238. "enablePullDownRefresh": true
  239. }
  240. },
  241. {
  242. "path" : "pages/index/paintShopList",
  243. "style" :
  244. {
  245. "navigationBarTitleText": "选择门店",
  246. "enablePullDownRefresh": true
  247. }
  248. },
  249. {
  250. "path": "pages/user/feedBack",
  251. "style": {
  252. "navigationBarTitleText": "意见反馈",
  253. "navigationBarBackgroundColor": "#FFFFFF",
  254. "enablePullDownRefresh": false
  255. }
  256. }
  257. ,{
  258. "path" : "pages/user/myOrder/paintOrderDetail",
  259. "style" :
  260. {
  261. "navigationStyle": "custom",
  262. "enablePullDownRefresh": true
  263. }
  264. }
  265. ,{
  266. "path" : "pages/user/myOrder/activityOrderDetail",
  267. "style" :
  268. {
  269. "navigationStyle": "custom",
  270. "enablePullDownRefresh": true
  271. }
  272. },
  273. {
  274. "path": "pages/activity/jkDetail",
  275. "style": {
  276. "navigationBarTitleText": "活动详情",
  277. /* "app-plus": { "softinputMode": "adjustPan"}, */
  278. "enablePullDownRefresh": true
  279. }
  280. },
  281. {
  282. "path": "pages/index/newCar",
  283. "style": {
  284. "navigationBarTitleText": "新车"
  285. }
  286. },
  287. {
  288. "path": "pages/index/usedCar",
  289. "style": {
  290. "navigationBarTitleText": "二手车"
  291. }
  292. },
  293. {
  294. "path": "pages/index/evaluation",
  295. "style": {
  296. "navigationBarTitleText": "爱车估价"
  297. }
  298. }
  299. ,{
  300. "path" : "pages/integral/integral",
  301. "style" :
  302. {
  303. "navigationBarTitleText": "积分商城",
  304. "enablePullDownRefresh": true,
  305. "navigationBarBackgroundColor": "#38394E",
  306. "navigationBarTextStyle": "white"
  307. // "navigationStyle": "custom"
  308. }
  309. },
  310. {
  311. "path": "pages/integral/integralgoodsDetail",
  312. "style": {
  313. "navigationBarTitleText": "商品详情",
  314. "enablePullDownRefresh": true
  315. }
  316. },
  317. {
  318. "path": "pages/integral/integralConfirm",
  319. "style": {
  320. "navigationBarTitleText": "订单确认"
  321. }
  322. },
  323. {
  324. "path": "pages/integral/scoreRecord",
  325. "style": {
  326. "navigationBarTitleText": "积分记录",
  327. "enablePullDownRefresh": true
  328. }
  329. },
  330. {
  331. "path": "pages/integral/exchangeRecord",
  332. "style": {
  333. "navigationBarTitleText": "兑换记录",
  334. "enablePullDownRefresh": true
  335. }
  336. },
  337. {
  338. "path": "pages/shop/wp",
  339. "style": {
  340. "navigationBarTitleText": "海报",
  341. "enablePullDownRefresh": false
  342. }
  343. }
  344. ,{
  345. "path" : "pages/integral/recordDetail",
  346. "style" :
  347. {
  348. "navigationStyle": "custom",
  349. "enablePullDownRefresh": true
  350. }
  351. },
  352. {
  353. "path": "pages/integral/rule",
  354. "style": {
  355. "navigationBarTitleText": "积分规则",
  356. "enablePullDownRefresh": false
  357. }
  358. }
  359. ],
  360. "tabBar": {
  361. "color": "#8a8a8a",
  362. "selectedColor": "#D53533",
  363. "borderStyle": "black",
  364. "backgroundColor": "#ffffff",
  365. "list": [{
  366. "pagePath": "pages/index/index",
  367. "iconPath": "./static/tabimg/index2.png",
  368. "selectedIconPath": "./static/tabimg/index1.png",
  369. "text": "首页"
  370. },
  371. {
  372. "pagePath": "pages/shop/shop",
  373. "iconPath": "./static/tabimg/shop2.png",
  374. "selectedIconPath": "./static/tabimg/shop1.png",
  375. "text": "商城"
  376. },
  377. {
  378. "pagePath": "pages/activity/activity",
  379. "iconPath": "./static/tabimg/activty2.png",
  380. "selectedIconPath": "./static/tabimg/activity1.png",
  381. "text": "活动"
  382. },
  383. {
  384. "pagePath": "pages/user/user",
  385. "iconPath": "./static/tabimg/me2.png",
  386. "selectedIconPath": "./static/tabimg/me1.png",
  387. "text": "我的"
  388. }
  389. ]
  390. },
  391. "globalStyle": {
  392. "navigationBarTextStyle": "black",
  393. "navigationBarTitleText": "uni-app",
  394. "navigationBarBackgroundColor": "#F8F8F8",
  395. "backgroundColor": "#F8F8F8"
  396. },
  397. "uniIdRouter": {}
  398. }