pages.json 11 KB

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