pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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/index2",
  19. "style": {
  20. "navigationBarTitleText": "用油查询",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/index/displacement",
  26. "style": {
  27. "navigationBarTitleText": "车型选择",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/index/carGroup",
  33. "style": {
  34. "navigationBarTitleText": "车型选择",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/index/history",
  40. "style": {
  41. //"navigationBarTitleText": "历史查询",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/index/search",
  47. "style": {
  48. "navigationBarTitleText": "搜索",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/index/byItem",
  54. "style": {
  55. "navigationBarTitleText": "选择保养项目",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/index/engineOil",
  61. "style": {
  62. "navigationBarTitleText": "机油",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/index/gearboxOil",
  68. "style": {
  69. "navigationBarTitleText": "变速箱油",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/index/goodsDetail",
  75. "style": {
  76. "navigationBarTitleText": "商品详情",
  77. "navigationStyle": "custom",
  78. "usingComponents": {
  79. "player-component": "plugin://player/video"
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/index/carConfiguration",
  85. "style": {
  86. "navigationBarTitleText": "车辆配置",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/index/maintenance",
  92. "style": {
  93. "navigationBarTitleText": "保养周期",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/index/user",
  99. "style": {
  100. "navigationBarTitleText": "我的",
  101. "navigationBarBackgroundColor":"#FF4F00"
  102. }
  103. },
  104. {
  105. "path": "pages/index/carModel2",
  106. "style": {
  107. "navigationBarTitleText": "选择车型"
  108. }
  109. },
  110. {
  111. "path": "pages/index/wiper",
  112. "style": {
  113. "navigationBarTitleText": "雨刷",
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/index/transmissionOil",
  119. "style": {
  120. "navigationBarTitleText": "变速箱滤清器",
  121. "navigationStyle": "custom"
  122. }
  123. },
  124. {
  125. "path": "pages/index/goodsList",
  126. "style": {
  127. "navigationBarTitleText": "适配蓄电池",
  128. "navigationStyle": "custom"
  129. }
  130. },
  131. {
  132. "path": "pages/index/installation",
  133. "style": {
  134. "navigationBarTitleText": "电池安装",
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "pages/index/sgoodsList",
  140. "style": {
  141. "navigationBarTitleText": "搜索",
  142. "navigationStyle": "custom"
  143. }
  144. }
  145. ],
  146. /* "tabBar": {
  147. "color": "#8a8a8a",
  148. "selectedColor": "#FF4F00",
  149. "borderStyle": "black",
  150. "backgroundColor": "#ffffff",
  151. "list": [{
  152. "pagePath": "pages/index/index",
  153. "iconPath": "static/img/index2.png",
  154. "selectedIconPath": "static/img/index1.png",
  155. "text": "首页"
  156. },
  157. {
  158. "pagePath": "pages/index/user",
  159. "iconPath": "static/img/user2.png",
  160. "selectedIconPath": "static/img/user2.png",
  161. "text": "我的"
  162. }
  163. ]
  164. }, */
  165. "globalStyle": {
  166. "navigationBarTextStyle": "black",
  167. "navigationBarTitleText": "用油查询",
  168. "navigationBarBackgroundColor": "#F8F8F8",
  169. "backgroundColor": "#F8F8F8"
  170. },
  171. "uniIdRouter": {}
  172. }