pages.json 11 KB

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