pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. /* {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationBarTitleText": "用油查询",
  7. "navigationStyle": "custom"
  8. }
  9. }, */
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "用油查询",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/index/displacement",
  19. "style": {
  20. "navigationBarTitleText": "车型选择",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/index/carGroup",
  26. "style": {
  27. "navigationBarTitleText": "车型选择",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/index/history",
  33. "style": {
  34. //"navigationBarTitleText": "历史查询",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/index/search",
  40. "style": {
  41. "navigationBarTitleText": "搜索",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/index/byItem",
  47. "style": {
  48. "navigationBarTitleText": "选择保养项目",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/index/engineOil",
  54. "style": {
  55. "navigationBarTitleText": "机油",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/index/gearboxOil",
  61. "style": {
  62. "navigationBarTitleText": "变速箱油",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/index/goodsDetail",
  68. "style": {
  69. "navigationBarTitleText": "商品详情",
  70. "navigationStyle": "custom",
  71. "usingComponents": {
  72. "player-component": "plugin://player/video"
  73. }
  74. }
  75. },
  76. {
  77. "path": "pages/index/carConfiguration",
  78. "style": {
  79. "navigationBarTitleText": "车辆配置",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/index/maintenance",
  85. "style": {
  86. "navigationBarTitleText": "保养周期",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/index/user",
  92. "style": {
  93. "navigationBarTitleText": "我的",
  94. "navigationBarBackgroundColor":"#FF4F00"
  95. }
  96. },
  97. {
  98. "path": "pages/index/carModel2",
  99. "style": {
  100. "navigationBarTitleText": "选择车型"
  101. }
  102. }
  103. ],
  104. /* "tabBar": {
  105. "color": "#8a8a8a",
  106. "selectedColor": "#FF4F00",
  107. "borderStyle": "black",
  108. "backgroundColor": "#ffffff",
  109. "list": [{
  110. "pagePath": "pages/index/index",
  111. "iconPath": "static/img/index2.png",
  112. "selectedIconPath": "static/img/index1.png",
  113. "text": "首页"
  114. },
  115. {
  116. "pagePath": "pages/index/user",
  117. "iconPath": "static/img/user2.png",
  118. "selectedIconPath": "static/img/user2.png",
  119. "text": "我的"
  120. }
  121. ]
  122. }, */
  123. "globalStyle": {
  124. "navigationBarTextStyle": "black",
  125. "navigationBarTitleText": "用油查询",
  126. "navigationBarBackgroundColor": "#F8F8F8",
  127. "backgroundColor": "#F8F8F8"
  128. },
  129. "uniIdRouter": {}
  130. }