pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  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. "navigationStyle": "custom",
  171. "enablePullDownRefresh": true
  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. "navigationStyle": "custom",
  185. "enablePullDownRefresh": true
  186. }
  187. }
  188. , {
  189. "path": "pages/index/paint",
  190. "style": {
  191. "navigationBarTitleText": "钣金喷漆",
  192. "enablePullDownRefresh": false
  193. }
  194. },
  195. {
  196. "path": "pages/index/rescue",
  197. "style": {
  198. "navigationBarTitleText": "紧急救援"
  199. }
  200. },
  201. {
  202. "path": "pages/index/maintain",
  203. "style": {
  204. "navigationBarTitleText": "保养"
  205. }
  206. },
  207. {
  208. "path": "pages/index/handbook",
  209. "style": {
  210. "navigationBarTitleText": "保养手册",
  211. "enablePullDownRefresh": false
  212. }
  213. }, {
  214. "path": "pages/index/personalCard",
  215. "style": {
  216. "navigationBarTitleText": "个人名片",
  217. "enablePullDownRefresh": false
  218. }
  219. },
  220. {
  221. "path": "pages/index/paintSure",
  222. "style": {
  223. "navigationBarTitleText": "订单确认",
  224. "enablePullDownRefresh": false
  225. }
  226. }, {
  227. "path": "pages/user/expertServices",
  228. "style": {
  229. "navigationBarTitleText": "服务专家",
  230. "enablePullDownRefresh": true
  231. }
  232. },
  233. {
  234. "path": "pages/index/paintShopList",
  235. "style": {
  236. "navigationBarTitleText": "选择门店",
  237. "enablePullDownRefresh": true,
  238. "navigationBarBackgroundColor": "#FFFFFF"
  239. }
  240. },
  241. /* {
  242. "path": "pages/user/feedBack",
  243. "style": {
  244. "navigationBarTitleText": "意见反馈",
  245. "navigationBarBackgroundColor": "#FFFFFF",
  246. "enablePullDownRefresh": false
  247. }
  248. }, */ {
  249. "path": "pages/user/myOrder/paintOrderDetail",
  250. "style": {
  251. "navigationStyle": "custom",
  252. "enablePullDownRefresh": true
  253. }
  254. }, {
  255. "path": "pages/user/myOrder/activityOrderDetail",
  256. "style": {
  257. "navigationStyle": "custom",
  258. "enablePullDownRefresh": true
  259. }
  260. },
  261. {
  262. "path": "pages/activity/jkDetail",
  263. "style": {
  264. //"navigationBarTitleText": "活动详情",
  265. "navigationStyle": "custom",
  266. /* "app-plus": { "softinputMode": "adjustPan"}, */
  267. "enablePullDownRefresh": true
  268. }
  269. },
  270. /* {
  271. "path": "pages/index/newCar",
  272. "style": {
  273. "navigationBarTitleText": "新车"
  274. }
  275. }, */
  276. {
  277. "path": "pages/index/usedCar",
  278. "style": {
  279. "navigationBarTitleText": "二手车"
  280. }
  281. },
  282. {
  283. "path": "pages/index/evaluation",
  284. "style": {
  285. "navigationBarTitleText": "爱车估价"
  286. }
  287. }, {
  288. "path": "pages/integral/integral",
  289. "style": {
  290. "navigationBarTitleText": "积分商城",
  291. "enablePullDownRefresh": true,
  292. "navigationBarBackgroundColor": "#38394E",
  293. "navigationBarTextStyle": "white"
  294. // "navigationStyle": "custom"
  295. }
  296. },
  297. {
  298. "path": "pages/integral/integralgoodsDetail",
  299. "style": {
  300. "navigationBarTitleText": "商品详情",
  301. "enablePullDownRefresh": true
  302. }
  303. },
  304. {
  305. "path": "pages/integral/integralConfirm",
  306. "style": {
  307. "navigationBarTitleText": "订单确认"
  308. }
  309. },
  310. {
  311. "path": "pages/integral/scoreRecord",
  312. "style": {
  313. "navigationBarTitleText": "积分记录",
  314. "enablePullDownRefresh": true
  315. }
  316. },
  317. {
  318. "path": "pages/integral/exchangeRecord",
  319. "style": {
  320. "navigationBarTitleText": "兑换记录",
  321. "enablePullDownRefresh": true
  322. }
  323. },
  324. {
  325. "path": "pages/shop/wp",
  326. "style": {
  327. "navigationBarTitleText": "海报",
  328. "enablePullDownRefresh": false
  329. }
  330. }, {
  331. "path": "pages/integral/recordDetail",
  332. "style": {
  333. "navigationStyle": "custom",
  334. "enablePullDownRefresh": true
  335. }
  336. },
  337. {
  338. "path": "pages/integral/rule",
  339. "style": {
  340. "navigationBarTitleText": "积分规则",
  341. "enablePullDownRefresh": false
  342. }
  343. },
  344. {
  345. "path": "pages/index/confirmRescue",
  346. "style": {
  347. "navigationBarTitleText": "订单确认",
  348. "enablePullDownRefresh": false
  349. }
  350. },
  351. {
  352. "path": "pages/partner/partner",
  353. "style": {
  354. "navigationBarTitleText": "车主合伙人",
  355. "enablePullDownRefresh": true
  356. }
  357. },
  358. {
  359. "path": "pages/partner/bonus",
  360. "style": {
  361. "navigationBarTitleText": "分红记录",
  362. "enablePullDownRefresh": true
  363. }
  364. },
  365. {
  366. "path": "pages/partner/people",
  367. "style": {
  368. "navigationBarTitleText": "下线人脉",
  369. "enablePullDownRefresh": true
  370. }
  371. },
  372. {
  373. "path": "pages/partner/myQr",
  374. "style": {
  375. // "navigationStyle": "custom"
  376. // "enablePullDownRefresh": true
  377. "navigationBarTitleText": "我的二维码"
  378. }
  379. },
  380. {
  381. "path": "pages/referral/referral",
  382. "style": {
  383. "navigationBarTitleText": "客户转介绍",
  384. "enablePullDownRefresh": true
  385. }
  386. },
  387. {
  388. "path": "pages/referral/myConnections",
  389. "style": {
  390. "navigationBarTitleText": "我的人脉",
  391. "enablePullDownRefresh": true
  392. }
  393. },
  394. {
  395. "path": "pages/referral/rebateList",
  396. "style": {
  397. "navigationBarTitleText": "返利记录",
  398. "enablePullDownRefresh": true
  399. }
  400. },
  401. {
  402. "path": "pages/referral/extract",
  403. "style": {
  404. "navigationBarTitleText": "提现",
  405. "enablePullDownRefresh": false
  406. }
  407. },
  408. {
  409. "path": "pages/referral/extractList",
  410. "style": {
  411. "navigationBarTitleText": "提现明细",
  412. "enablePullDownRefresh": true
  413. }
  414. },
  415. {
  416. "path": "pages/referral/referralExplain",
  417. "style": {
  418. "navigationBarTitleText": "提现说明"
  419. //"enablePullDownRefresh": true
  420. }
  421. },
  422. {
  423. "path": "pages/index/discountDlq",
  424. "style": {
  425. "navigationBarTitleText": "优惠券",
  426. "enablePullDownRefresh": true
  427. }
  428. },
  429. {
  430. "path": "pages/user/reportUni",
  431. "style": {
  432. //"navigationBarTitleText": "检测报告",
  433. "navigationStyle": "custom",
  434. "enablePullDownRefresh": true
  435. }
  436. },
  437. {
  438. "path": "pages/user/myAppraise",
  439. "style": {
  440. "navigationBarTitleText": "我的评价",
  441. "enablePullDownRefresh": true
  442. }
  443. },
  444. {
  445. "path": "pages/user/myAppraiseDetail",
  446. "style": {
  447. "navigationBarTitleText": "查看评价"
  448. }
  449. },
  450. {
  451. "path": "pages/user/appraise",
  452. "style": {
  453. "navigationBarTitleText": "评价"
  454. }
  455. }
  456. ,{
  457. "path" : "pages/user/ShopAppraiseList",
  458. "style" :
  459. {
  460. "navigationBarTitleText": "评价列表",
  461. "enablePullDownRefresh": true
  462. }
  463. },
  464. /* {
  465. "path": "pages/index/aboutUS",
  466. "style": {
  467. "navigationBarTitleText": "公司介绍"
  468. }
  469. }, */
  470. {
  471. "path": "pages/index/receiveCoupon",
  472. "style": {
  473. "navigationBarTitleText": "领券中心"
  474. }
  475. },
  476. {
  477. "path": "pages/index/couponShare",
  478. "style": {
  479. "navigationBarTitleText": "优惠券详情"
  480. }
  481. }
  482. ],
  483. "subPackages": [{
  484. "root": "pages/subPack",
  485. "pages": [{
  486. "path": "jkDetail",
  487. "style": {
  488. "navigationStyle": "custom",
  489. "enablePullDownRefresh": true
  490. }
  491. },
  492. {
  493. "path": "vipCard",
  494. "style": {
  495. "navigationStyle": "custom",
  496. "enablePullDownRefresh": true
  497. }
  498. },
  499. {
  500. "path": "rescueOrder",
  501. "style": {
  502. "navigationStyle": "custom",
  503. "enablePullDownRefresh": true
  504. }
  505. },
  506. {
  507. "path": "rescueOrderOrderDetail",
  508. "style": {
  509. "navigationStyle": "custom",
  510. "enablePullDownRefresh": true
  511. }
  512. },{
  513. "path": "depositList",
  514. "style": {
  515. "navigationStyle": "custom",
  516. "enablePullDownRefresh": true
  517. }
  518. },
  519. {
  520. "path": "depositDetail",
  521. "style": {
  522. "navigationStyle": "custom",
  523. "enablePullDownRefresh": true
  524. }
  525. },{
  526. "path": "chooseCity",
  527. "style": {
  528. "navigationBarTitleText": "选择城市",
  529. "enablePullDownRefresh": false
  530. }
  531. },
  532. {
  533. "path": "oldhistoryDetail",
  534. "style": {
  535. //"navigationBarTitleText": "消费明细",
  536. "navigationStyle": "custom",
  537. "enablePullDownRefresh": true
  538. }
  539. },
  540. {
  541. "path": "luckList",
  542. "style": {
  543. /* "navigationBarTitleText": "中奖记录", */
  544. "navigationStyle": "custom",
  545. "enablePullDownRefresh": true
  546. }
  547. },{
  548. "path": "addCarCK",
  549. "style": {
  550. "navigationBarTitleText": "选择车型",
  551. "enablePullDownRefresh": false
  552. }
  553. },
  554. {
  555. "path": "aboutUS",
  556. "style": {
  557. "navigationBarTitleText": "公司介绍"
  558. }
  559. },
  560. {
  561. "path": "feedBack",
  562. "style": {
  563. "navigationBarTitleText": "意见反馈"
  564. }
  565. },
  566. {
  567. "path": "newCar",
  568. "style": {
  569. "navigationBarTitleText": "新车"
  570. }
  571. },
  572. {
  573. "path": "maintain",
  574. "style": {
  575. "navigationBarTitleText": "做保养"
  576. }
  577. },
  578. {
  579. "path": "maintainItem",
  580. "style": {
  581. "navigationStyle": "custom"
  582. //"enablePullDownRefresh": true
  583. }
  584. },
  585. {
  586. "path": "maintainSubmit",
  587. "style": {
  588. "navigationBarTitleText": "提交订单"
  589. }
  590. },
  591. {
  592. "path": "paySuccess",
  593. "style": {
  594. "navigationBarTitleText": "下单成功"
  595. }
  596. },
  597. {
  598. "path": "refund",
  599. "style": {
  600. "navigationBarTitleText": "申请退款"
  601. }
  602. },
  603. {
  604. "path": "refundDetail",
  605. "style": {
  606. "navigationBarTitleText": "退款详情",
  607. "enablePullDownRefresh": true
  608. }
  609. },
  610. {
  611. "path": "tire",
  612. "style": {
  613. "navigationBarTitleText": "换轮胎"
  614. }
  615. },
  616. {
  617. "path": "tireDetail",
  618. "style": {
  619. //"navigationBarTitleText": "商品详情"
  620. "navigationStyle": "custom"
  621. }
  622. },
  623. {
  624. "path": "tireSubmit",
  625. "style": {
  626. "navigationBarTitleText": "提交订单"
  627. }
  628. }
  629. ]
  630. }],
  631. "tabBar": {
  632. "color": "#8a8a8a",
  633. "selectedColor": "#222222",
  634. "borderStyle": "black",
  635. "backgroundColor": "#ffffff",
  636. "list": [{
  637. "pagePath": "pages/index/index",
  638. /* "iconPath": "./static/tabimg/index2.png",
  639. "selectedIconPath": "./static/tabimg/index2.png", */
  640. "text": "首页"
  641. },
  642. {
  643. "pagePath": "pages/shop/shop",
  644. /* "iconPath": "./static/tabimg/shop2.png",
  645. "selectedIconPath": "./static/tabimg/shop2.png", */
  646. "text": "商城"
  647. },
  648. {
  649. "pagePath": "pages/activity/activity",
  650. /* "iconPath": "./static/tabimg/activty2.png",
  651. "selectedIconPath": "./static/tabimg/activty2.png", */
  652. "text": "活动"
  653. },
  654. {
  655. "pagePath": "pages/index/shopList",
  656. /* "iconPath": "./static/tabimg/activty2.png",
  657. "selectedIconPath": "./static/tabimg/activty2.png", */
  658. "text": "门店"
  659. },
  660. {
  661. "pagePath": "pages/user/user",
  662. /* "iconPath": "./static/tabimg/me2.png",
  663. "selectedIconPath": "./static/tabimg/me2.png", */
  664. "text": "我的"
  665. }
  666. ]
  667. },
  668. "globalStyle": {
  669. "navigationBarTextStyle": "black",
  670. "navigationBarTitleText": "uni-app",
  671. "navigationBarBackgroundColor": "#FFFFFF",
  672. "backgroundColor": "#F8F8F8"
  673. },
  674. "uniIdRouter": {}
  675. }