pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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. }
  239. },
  240. /* {
  241. "path": "pages/user/feedBack",
  242. "style": {
  243. "navigationBarTitleText": "意见反馈",
  244. "navigationBarBackgroundColor": "#FFFFFF",
  245. "enablePullDownRefresh": false
  246. }
  247. }, */ {
  248. "path": "pages/user/myOrder/paintOrderDetail",
  249. "style": {
  250. "navigationStyle": "custom",
  251. "enablePullDownRefresh": true
  252. }
  253. }, {
  254. "path": "pages/user/myOrder/activityOrderDetail",
  255. "style": {
  256. "navigationStyle": "custom",
  257. "enablePullDownRefresh": true
  258. }
  259. },
  260. {
  261. "path": "pages/activity/jkDetail",
  262. "style": {
  263. //"navigationBarTitleText": "活动详情",
  264. "navigationStyle": "custom",
  265. /* "app-plus": { "softinputMode": "adjustPan"}, */
  266. "enablePullDownRefresh": true
  267. }
  268. },
  269. {
  270. "path": "pages/index/newCar",
  271. "style": {
  272. "navigationBarTitleText": "新车"
  273. }
  274. },
  275. {
  276. "path": "pages/index/usedCar",
  277. "style": {
  278. "navigationBarTitleText": "二手车"
  279. }
  280. },
  281. {
  282. "path": "pages/index/evaluation",
  283. "style": {
  284. "navigationBarTitleText": "爱车估价"
  285. }
  286. }, {
  287. "path": "pages/integral/integral",
  288. "style": {
  289. "navigationBarTitleText": "积分商城",
  290. "enablePullDownRefresh": true,
  291. "navigationBarBackgroundColor": "#38394E",
  292. "navigationBarTextStyle": "white"
  293. // "navigationStyle": "custom"
  294. }
  295. },
  296. {
  297. "path": "pages/integral/integralgoodsDetail",
  298. "style": {
  299. "navigationBarTitleText": "商品详情",
  300. "enablePullDownRefresh": true
  301. }
  302. },
  303. {
  304. "path": "pages/integral/integralConfirm",
  305. "style": {
  306. "navigationBarTitleText": "订单确认"
  307. }
  308. },
  309. {
  310. "path": "pages/integral/scoreRecord",
  311. "style": {
  312. "navigationBarTitleText": "积分记录",
  313. "enablePullDownRefresh": true
  314. }
  315. },
  316. {
  317. "path": "pages/integral/exchangeRecord",
  318. "style": {
  319. "navigationBarTitleText": "兑换记录",
  320. "enablePullDownRefresh": true
  321. }
  322. },
  323. {
  324. "path": "pages/shop/wp",
  325. "style": {
  326. "navigationBarTitleText": "海报",
  327. "enablePullDownRefresh": false
  328. }
  329. }, {
  330. "path": "pages/integral/recordDetail",
  331. "style": {
  332. "navigationStyle": "custom",
  333. "enablePullDownRefresh": true
  334. }
  335. },
  336. {
  337. "path": "pages/integral/rule",
  338. "style": {
  339. "navigationBarTitleText": "积分规则",
  340. "enablePullDownRefresh": false
  341. }
  342. },
  343. {
  344. "path": "pages/index/confirmRescue",
  345. "style": {
  346. "navigationBarTitleText": "订单确认",
  347. "enablePullDownRefresh": false
  348. }
  349. },
  350. {
  351. "path": "pages/partner/partner",
  352. "style": {
  353. "navigationBarTitleText": "车主合伙人",
  354. "enablePullDownRefresh": true
  355. }
  356. },
  357. {
  358. "path": "pages/partner/bonus",
  359. "style": {
  360. "navigationBarTitleText": "分红记录",
  361. "enablePullDownRefresh": true
  362. }
  363. },
  364. {
  365. "path": "pages/partner/people",
  366. "style": {
  367. "navigationBarTitleText": "下线人脉",
  368. "enablePullDownRefresh": true
  369. }
  370. },
  371. {
  372. "path": "pages/partner/myQr",
  373. "style": {
  374. // "navigationStyle": "custom"
  375. // "enablePullDownRefresh": true
  376. "navigationBarTitleText": "我的二维码"
  377. }
  378. },
  379. {
  380. "path": "pages/referral/referral",
  381. "style": {
  382. "navigationBarTitleText": "客户转介绍",
  383. "enablePullDownRefresh": true
  384. }
  385. },
  386. {
  387. "path": "pages/referral/myConnections",
  388. "style": {
  389. "navigationBarTitleText": "我的人脉",
  390. "enablePullDownRefresh": true
  391. }
  392. },
  393. {
  394. "path": "pages/referral/rebateList",
  395. "style": {
  396. "navigationBarTitleText": "返利记录",
  397. "enablePullDownRefresh": true
  398. }
  399. },
  400. {
  401. "path": "pages/referral/extract",
  402. "style": {
  403. "navigationBarTitleText": "提现",
  404. "enablePullDownRefresh": false
  405. }
  406. },
  407. {
  408. "path": "pages/referral/extractList",
  409. "style": {
  410. "navigationBarTitleText": "提现明细",
  411. "enablePullDownRefresh": true
  412. }
  413. },
  414. {
  415. "path": "pages/referral/referralExplain",
  416. "style": {
  417. "navigationBarTitleText": "提现说明"
  418. //"enablePullDownRefresh": true
  419. }
  420. },
  421. {
  422. "path": "pages/index/discountDlq",
  423. "style": {
  424. "navigationBarTitleText": "优惠券",
  425. "enablePullDownRefresh": true
  426. }
  427. },
  428. {
  429. "path": "pages/user/reportUni",
  430. "style": {
  431. //"navigationBarTitleText": "检测报告",
  432. "navigationStyle": "custom",
  433. "enablePullDownRefresh": true
  434. }
  435. },
  436. {
  437. "path": "pages/user/myAppraise",
  438. "style": {
  439. "navigationBarTitleText": "我的评价",
  440. "enablePullDownRefresh": true
  441. }
  442. },
  443. {
  444. "path": "pages/user/myAppraiseDetail",
  445. "style": {
  446. "navigationBarTitleText": "查看评价"
  447. }
  448. },
  449. {
  450. "path": "pages/user/appraise",
  451. "style": {
  452. "navigationBarTitleText": "评价"
  453. }
  454. }
  455. ,{
  456. "path" : "pages/user/ShopAppraiseList",
  457. "style" :
  458. {
  459. "navigationBarTitleText": "评价列表",
  460. "enablePullDownRefresh": true
  461. }
  462. },
  463. /* {
  464. "path": "pages/index/aboutUS",
  465. "style": {
  466. "navigationBarTitleText": "公司介绍"
  467. }
  468. }, */
  469. {
  470. "path": "pages/index/receiveCoupon",
  471. "style": {
  472. "navigationBarTitleText": "领券中心"
  473. }
  474. },
  475. {
  476. "path": "pages/index/couponShare",
  477. "style": {
  478. "navigationBarTitleText": "优惠券详情"
  479. }
  480. }
  481. ],
  482. "subPackages": [{
  483. "root": "pages/subPack",
  484. "pages": [{
  485. "path": "jkDetail",
  486. "style": {
  487. "navigationStyle": "custom",
  488. "enablePullDownRefresh": true
  489. }
  490. },
  491. {
  492. "path": "vipCard",
  493. "style": {
  494. "navigationStyle": "custom",
  495. "enablePullDownRefresh": true
  496. }
  497. },
  498. {
  499. "path": "rescueOrder",
  500. "style": {
  501. "navigationStyle": "custom",
  502. "enablePullDownRefresh": true
  503. }
  504. },
  505. {
  506. "path": "rescueOrderOrderDetail",
  507. "style": {
  508. "navigationStyle": "custom",
  509. "enablePullDownRefresh": true
  510. }
  511. },{
  512. "path": "depositList",
  513. "style": {
  514. "navigationStyle": "custom",
  515. "enablePullDownRefresh": true
  516. }
  517. },
  518. {
  519. "path": "depositDetail",
  520. "style": {
  521. "navigationStyle": "custom",
  522. "enablePullDownRefresh": true
  523. }
  524. },{
  525. "path": "chooseCity",
  526. "style": {
  527. "navigationBarTitleText": "选择城市",
  528. "enablePullDownRefresh": false
  529. }
  530. },
  531. {
  532. "path": "oldhistoryDetail",
  533. "style": {
  534. //"navigationBarTitleText": "消费明细",
  535. "navigationStyle": "custom",
  536. "enablePullDownRefresh": true
  537. }
  538. },
  539. {
  540. "path": "luckList",
  541. "style": {
  542. /* "navigationBarTitleText": "中奖记录", */
  543. "navigationStyle": "custom",
  544. "enablePullDownRefresh": true
  545. }
  546. },{
  547. "path": "addCarCK",
  548. "style": {
  549. "navigationBarTitleText": "选择车型",
  550. "enablePullDownRefresh": false
  551. }
  552. },
  553. {
  554. "path": "aboutUS",
  555. "style": {
  556. "navigationBarTitleText": "公司介绍"
  557. }
  558. },
  559. {
  560. "path": "feedBack",
  561. "style": {
  562. "navigationBarTitleText": "意见反馈"
  563. }
  564. }
  565. ]
  566. }],
  567. "tabBar": {
  568. "color": "#8a8a8a",
  569. "selectedColor": "#222222",
  570. "borderStyle": "black",
  571. "backgroundColor": "#ffffff",
  572. "list": [{
  573. "pagePath": "pages/index/index",
  574. "iconPath": "./static/tabimg/index2.png",
  575. "selectedIconPath": "./static/tabimg/index2.png",
  576. "text": "首页"
  577. },
  578. {
  579. "pagePath": "pages/shop/shop",
  580. "iconPath": "./static/tabimg/shop2.png",
  581. "selectedIconPath": "./static/tabimg/shop2.png",
  582. "text": "商城"
  583. },
  584. {
  585. "pagePath": "pages/activity/activity",
  586. "iconPath": "./static/tabimg/activty2.png",
  587. "selectedIconPath": "./static/tabimg/activty2.png",
  588. "text": "活动"
  589. },
  590. {
  591. "pagePath": "pages/index/shopList",
  592. "iconPath": "./static/tabimg/activty2.png",
  593. "selectedIconPath": "./static/tabimg/activty2.png",
  594. "text": "门店"
  595. },
  596. {
  597. "pagePath": "pages/user/user",
  598. "iconPath": "./static/tabimg/me2.png",
  599. "selectedIconPath": "./static/tabimg/me2.png",
  600. "text": "我的"
  601. }
  602. ]
  603. },
  604. "globalStyle": {
  605. "navigationBarTextStyle": "black",
  606. "navigationBarTitleText": "uni-app",
  607. "navigationBarBackgroundColor": "#F8F8F8",
  608. "backgroundColor": "#F8F8F8"
  609. },
  610. "uniIdRouter": {}
  611. }