pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/report/complete",
  12. "style": {
  13. //"navigationBarTitleText": "完工报告",
  14. "navigationStyle": "custom",
  15. "enablePullDownRefresh": true
  16. }
  17. },
  18. {
  19. "path": "pages/report/working",
  20. "style": {
  21. /* "navigationBarTitleText": "施工报告",
  22. "enablePullDownRefresh": true */
  23. "navigationStyle": "custom",
  24. "enablePullDownRefresh": true
  25. }
  26. },
  27. {
  28. "path": "pages/user/user",
  29. "style": {
  30. "navigationBarTitleText": "我的",
  31. "navigationBarBackgroundColor": "#D53533",
  32. "navigationBarTextStyle": "white",
  33. "enablePullDownRefresh": true
  34. }
  35. }, {
  36. "path": "pages/user/historySpend",
  37. "style": {
  38. //"navigationBarTitleText": "历史消费",
  39. "navigationStyle": "custom",
  40. "enablePullDownRefresh": true
  41. }
  42. },
  43. {
  44. "path": "pages/user/historyDetail",
  45. "style": {
  46. //"navigationBarTitleText": "消费明细",
  47. "navigationStyle": "custom",
  48. "enablePullDownRefresh": true
  49. }
  50. }, {
  51. "path": "pages/user/checkReport",
  52. "style": {
  53. //"navigationBarTitleText": "车检报告",
  54. "navigationStyle": "custom",
  55. "enablePullDownRefresh": true
  56. }
  57. }, {
  58. "path": "pages/user/reportDetail",
  59. "style": {
  60. "navigationBarTitleText": "检测报告",
  61. "enablePullDownRefresh": false
  62. }
  63. },
  64. {
  65. "path": "pages/index/shopList",
  66. "style": {
  67. "navigationBarTitleText": "门店列表",
  68. "enablePullDownRefresh": true
  69. }
  70. },
  71. {
  72. "path": "pages/index/onlineBooking",
  73. "style": {
  74. //"navigationBarTitleText": "在线预约",
  75. "navigationStyle": "custom",
  76. "enablePullDownRefresh": false
  77. }
  78. }, {
  79. "path": "pages/index/confirmYuyue",
  80. "style": {
  81. "navigationBarTitleText": "确认预约",
  82. "enablePullDownRefresh": false
  83. }
  84. },
  85. {
  86. "path": "pages/shop/shop",
  87. "style": {
  88. "navigationBarTitleText": "商城",
  89. "enablePullDownRefresh": true
  90. }
  91. },
  92. {
  93. "path": "pages/activity/activity",
  94. "style": {
  95. "navigationBarTitleText": "活动",
  96. "enablePullDownRefresh": true
  97. }
  98. }, {
  99. "path": "pages/user/myBespeak",
  100. "style": {
  101. //"navigationBarTitleText": "我的预约",
  102. "navigationStyle": "custom",
  103. "enablePullDownRefresh": true
  104. }
  105. }, {
  106. "path": "pages/user/bespeakDetail",
  107. "style": {
  108. //"navigationBarTitleText": "预约详情",
  109. "navigationStyle": "custom",
  110. "enablePullDownRefresh": true
  111. }
  112. }, {
  113. "path": "pages/index/vipCard",
  114. "style": {
  115. "navigationBarTitleText": "会员卡",
  116. "navigationBarBackgroundColor": "#171723",
  117. "navigationBarTextStyle": "white",
  118. "enablePullDownRefresh": true
  119. }
  120. }, {
  121. "path": "pages/index/discountCard",
  122. "style": {
  123. "navigationBarTitleText": "优惠券",
  124. "enablePullDownRefresh": false
  125. }
  126. },
  127. {
  128. "path": "pages/shop/goodsDetail",
  129. "style": {
  130. "navigationBarTitleText": "商品详情",
  131. "enablePullDownRefresh": true
  132. }
  133. }
  134. , {
  135. "path": "pages/index/discountCardDetail",
  136. "style": {
  137. "navigationBarTitleText": "优惠券详情",
  138. "enablePullDownRefresh": false
  139. }
  140. }, {
  141. "path": "pages/user/myOrder/myOrder",
  142. "style": {
  143. //"navigationBarTitleText": "我的订单",
  144. "navigationStyle": "custom",
  145. "enablePullDownRefresh": true
  146. }
  147. }, {
  148. "path": "pages/shop/confirm",
  149. "style": {
  150. "navigationBarTitleText": "订单确认"
  151. }
  152. },
  153. {
  154. "path": "pages/shop/ckshopList",
  155. "style": {
  156. "navigationBarTitleText": "选择门店"
  157. }
  158. }, {
  159. "path": "pages/user/myOrder/mallOrderDetail",
  160. "style": {
  161. "navigationStyle": "custom",
  162. "enablePullDownRefresh": true
  163. }
  164. },
  165. {
  166. "path": "pages/user/addCar/addCar",
  167. "style": {
  168. "navigationBarTitleText": "添加车辆",
  169. "enablePullDownRefresh": false
  170. }
  171. },
  172. {
  173. "path": "pages/user/addCar/carModel",
  174. "style": {
  175. "navigationStyle": "custom"
  176. }
  177. },
  178. {
  179. "path": "pages/user/addCar/cailist",
  180. "style": {
  181. //"navigationBarTitleText": "我的车库",
  182. "navigationStyle": "custom",
  183. "enablePullDownRefresh": true
  184. }
  185. }
  186. , {
  187. "path": "pages/index/paint",
  188. "style": {
  189. "navigationBarTitleText": "钣金喷漆",
  190. "enablePullDownRefresh": false
  191. }
  192. },
  193. {
  194. "path": "pages/index/rescue",
  195. "style": {
  196. "navigationBarTitleText": "紧急救援"
  197. }
  198. },
  199. {
  200. "path": "pages/index/maintain",
  201. "style": {
  202. "navigationBarTitleText": "保养"
  203. }
  204. },
  205. {
  206. "path": "pages/index/handbook",
  207. "style": {
  208. "navigationBarTitleText": "保养手册",
  209. "enablePullDownRefresh": false
  210. }
  211. }, {
  212. "path": "pages/index/personalCard",
  213. "style": {
  214. "navigationBarTitleText": "个人名片",
  215. "enablePullDownRefresh": false
  216. }
  217. },
  218. {
  219. "path": "pages/index/paintSure",
  220. "style": {
  221. "navigationBarTitleText": "订单确认",
  222. "enablePullDownRefresh": false
  223. }
  224. }, {
  225. "path": "pages/user/expertServices",
  226. "style": {
  227. "navigationBarTitleText": "服务专家",
  228. "enablePullDownRefresh": true
  229. }
  230. },
  231. {
  232. "path": "pages/index/paintShopList",
  233. "style": {
  234. "navigationBarTitleText": "选择门店",
  235. "enablePullDownRefresh": true
  236. }
  237. },
  238. {
  239. "path": "pages/user/feedBack",
  240. "style": {
  241. "navigationBarTitleText": "意见反馈",
  242. "navigationBarBackgroundColor": "#FFFFFF",
  243. "enablePullDownRefresh": false
  244. }
  245. }, {
  246. "path": "pages/user/myOrder/paintOrderDetail",
  247. "style": {
  248. "navigationStyle": "custom",
  249. "enablePullDownRefresh": true
  250. }
  251. }, {
  252. "path": "pages/user/myOrder/activityOrderDetail",
  253. "style": {
  254. "navigationStyle": "custom",
  255. "enablePullDownRefresh": true
  256. }
  257. },
  258. {
  259. "path": "pages/activity/jkDetail",
  260. "style": {
  261. //"navigationBarTitleText": "活动详情",
  262. "navigationStyle": "custom",
  263. /* "app-plus": { "softinputMode": "adjustPan"}, */
  264. "enablePullDownRefresh": true
  265. }
  266. },
  267. {
  268. "path": "pages/index/newCar",
  269. "style": {
  270. "navigationBarTitleText": "新车"
  271. }
  272. },
  273. {
  274. "path": "pages/index/usedCar",
  275. "style": {
  276. "navigationBarTitleText": "二手车"
  277. }
  278. },
  279. {
  280. "path": "pages/index/evaluation",
  281. "style": {
  282. "navigationBarTitleText": "爱车估价"
  283. }
  284. }, {
  285. "path": "pages/integral/integral",
  286. "style": {
  287. "navigationBarTitleText": "积分商城",
  288. "enablePullDownRefresh": true,
  289. "navigationBarBackgroundColor": "#38394E",
  290. "navigationBarTextStyle": "white"
  291. // "navigationStyle": "custom"
  292. }
  293. },
  294. {
  295. "path": "pages/integral/integralgoodsDetail",
  296. "style": {
  297. "navigationBarTitleText": "商品详情",
  298. "enablePullDownRefresh": true
  299. }
  300. },
  301. {
  302. "path": "pages/integral/integralConfirm",
  303. "style": {
  304. "navigationBarTitleText": "订单确认"
  305. }
  306. },
  307. {
  308. "path": "pages/integral/scoreRecord",
  309. "style": {
  310. "navigationBarTitleText": "积分记录",
  311. "enablePullDownRefresh": true
  312. }
  313. },
  314. {
  315. "path": "pages/integral/exchangeRecord",
  316. "style": {
  317. "navigationBarTitleText": "兑换记录",
  318. "enablePullDownRefresh": true
  319. }
  320. },
  321. {
  322. "path": "pages/shop/wp",
  323. "style": {
  324. "navigationBarTitleText": "海报",
  325. "enablePullDownRefresh": false
  326. }
  327. }, {
  328. "path": "pages/integral/recordDetail",
  329. "style": {
  330. "navigationStyle": "custom",
  331. "enablePullDownRefresh": true
  332. }
  333. },
  334. {
  335. "path": "pages/integral/rule",
  336. "style": {
  337. "navigationBarTitleText": "积分规则",
  338. "enablePullDownRefresh": false
  339. }
  340. },
  341. {
  342. "path": "pages/index/confirmRescue",
  343. "style": {
  344. "navigationBarTitleText": "订单确认",
  345. "enablePullDownRefresh": false
  346. }
  347. },
  348. {
  349. "path": "pages/partner/partner",
  350. "style": {
  351. "navigationBarTitleText": "车主合伙人",
  352. "enablePullDownRefresh": true
  353. }
  354. },
  355. {
  356. "path": "pages/partner/bonus",
  357. "style": {
  358. "navigationBarTitleText": "分红记录",
  359. "enablePullDownRefresh": true
  360. }
  361. },
  362. {
  363. "path": "pages/partner/people",
  364. "style": {
  365. "navigationBarTitleText": "下线人脉",
  366. "enablePullDownRefresh": true
  367. }
  368. },
  369. {
  370. "path": "pages/partner/myQr",
  371. "style": {
  372. // "navigationStyle": "custom"
  373. // "enablePullDownRefresh": true
  374. "navigationBarTitleText": "我的二维码"
  375. }
  376. },
  377. {
  378. "path": "pages/referral/referral",
  379. "style": {
  380. "navigationBarTitleText": "客户转介绍",
  381. "enablePullDownRefresh": true
  382. }
  383. },
  384. {
  385. "path": "pages/referral/myConnections",
  386. "style": {
  387. "navigationBarTitleText": "我的人脉",
  388. "enablePullDownRefresh": true
  389. }
  390. },
  391. {
  392. "path": "pages/referral/rebateList",
  393. "style": {
  394. "navigationBarTitleText": "返利记录",
  395. "enablePullDownRefresh": true
  396. }
  397. },
  398. {
  399. "path": "pages/referral/extract",
  400. "style": {
  401. "navigationBarTitleText": "提现",
  402. "enablePullDownRefresh": false
  403. }
  404. },
  405. {
  406. "path": "pages/referral/extractList",
  407. "style": {
  408. "navigationBarTitleText": "提现明细",
  409. "enablePullDownRefresh": true
  410. }
  411. },
  412. {
  413. "path": "pages/referral/referralExplain",
  414. "style": {
  415. "navigationBarTitleText": "提现说明"
  416. //"enablePullDownRefresh": true
  417. }
  418. },
  419. {
  420. "path": "pages/index/discountDlq",
  421. "style": {
  422. "navigationBarTitleText": "优惠券",
  423. "enablePullDownRefresh": true
  424. }
  425. },
  426. {
  427. "path": "pages/user/reportUni",
  428. "style": {
  429. //"navigationBarTitleText": "检测报告",
  430. "navigationStyle": "custom",
  431. "enablePullDownRefresh": true
  432. }
  433. },
  434. {
  435. "path": "pages/user/myAppraise",
  436. "style": {
  437. "navigationBarTitleText": "我的评价",
  438. "enablePullDownRefresh": true
  439. }
  440. },
  441. {
  442. "path": "pages/user/myAppraiseDetail",
  443. "style": {
  444. "navigationBarTitleText": "查看评价"
  445. }
  446. },
  447. {
  448. "path": "pages/user/appraise",
  449. "style": {
  450. "navigationBarTitleText": "评价"
  451. }
  452. }
  453. ,{
  454. "path" : "pages/user/ShopAppraiseList",
  455. "style" :
  456. {
  457. "navigationBarTitleText": "评价列表",
  458. "enablePullDownRefresh": true
  459. }
  460. },
  461. {
  462. "path": "pages/index/aboutUS",
  463. "style": {
  464. "navigationBarTitleText": "公司介绍"
  465. }
  466. },
  467. {
  468. "path": "pages/index/receiveCoupon",
  469. "style": {
  470. "navigationBarTitleText": "领券中心"
  471. }
  472. },
  473. {
  474. "path": "pages/index/couponShare",
  475. "style": {
  476. "navigationBarTitleText": "优惠券详情"
  477. }
  478. }
  479. ],
  480. "subPackages": [{
  481. "root": "pages/subPack",
  482. "pages": [{
  483. "path": "jkDetail",
  484. "style": {
  485. "navigationStyle": "custom",
  486. "enablePullDownRefresh": true
  487. }
  488. },
  489. {
  490. "path": "vipCard",
  491. "style": {
  492. "navigationStyle": "custom",
  493. "enablePullDownRefresh": true
  494. }
  495. },
  496. {
  497. "path": "rescueOrder",
  498. "style": {
  499. "navigationStyle": "custom",
  500. "enablePullDownRefresh": true
  501. }
  502. },
  503. {
  504. "path": "rescueOrderOrderDetail",
  505. "style": {
  506. "navigationStyle": "custom",
  507. "enablePullDownRefresh": true
  508. }
  509. },{
  510. "path": "depositList",
  511. "style": {
  512. "navigationStyle": "custom",
  513. "enablePullDownRefresh": true
  514. }
  515. },
  516. {
  517. "path": "depositDetail",
  518. "style": {
  519. "navigationStyle": "custom",
  520. "enablePullDownRefresh": true
  521. }
  522. },{
  523. "path": "chooseCity",
  524. "style": {
  525. "navigationBarTitleText": "选择城市",
  526. "enablePullDownRefresh": false
  527. }
  528. }
  529. ]
  530. }],
  531. "tabBar": {
  532. "color": "#8a8a8a",
  533. "selectedColor": "#D53533",
  534. "borderStyle": "black",
  535. "backgroundColor": "#ffffff",
  536. "list": [{
  537. "pagePath": "pages/index/index",
  538. "iconPath": "./static/tabimg/index2.png",
  539. "selectedIconPath": "./static/tabimg/index1.png",
  540. "text": "首页"
  541. },
  542. {
  543. "pagePath": "pages/shop/shop",
  544. "iconPath": "./static/tabimg/shop2.png",
  545. "selectedIconPath": "./static/tabimg/shop1.png",
  546. "text": "商城"
  547. },
  548. {
  549. "pagePath": "pages/activity/activity",
  550. "iconPath": "./static/tabimg/activty2.png",
  551. "selectedIconPath": "./static/tabimg/activity1.png",
  552. "text": "活动"
  553. },
  554. {
  555. "pagePath": "pages/user/user",
  556. "iconPath": "./static/tabimg/me2.png",
  557. "selectedIconPath": "./static/tabimg/me1.png",
  558. "text": "我的"
  559. }
  560. ]
  561. },
  562. "globalStyle": {
  563. "navigationBarTextStyle": "black",
  564. "navigationBarTitleText": "uni-app",
  565. "navigationBarBackgroundColor": "#F8F8F8",
  566. "backgroundColor": "#F8F8F8"
  567. },
  568. "uniIdRouter": {}
  569. }