pages.json 13 KB

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