pages.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "配件查询"
  7. }
  8. },
  9. {
  10. "path": "pages/index/displacement",
  11. "style": {
  12. "navigationBarTitleText": "车型选择"
  13. }
  14. },
  15. {
  16. "path": "pages/index/carGroup",
  17. "style": {
  18. "navigationBarTitleText": "车型选择"
  19. }
  20. },
  21. {
  22. "path": "pages/index/history",
  23. "style": {
  24. "navigationBarTitleText": "历史查询"
  25. }
  26. },
  27. {
  28. "path": "pages/index/search",
  29. "style": {
  30. "navigationBarTitleText": "搜索"
  31. }
  32. },
  33. {
  34. "path": "pages/index/byItem",
  35. "style": {
  36. "navigationBarTitleText": "选择保养项目"
  37. }
  38. },
  39. {
  40. "path": "pages/index/engineOil",
  41. "style": {
  42. "navigationBarTitleText": "机油"
  43. }
  44. },
  45. {
  46. "path": "pages/index/gearboxOil",
  47. "style": {
  48. "navigationBarTitleText": "变速箱油"
  49. }
  50. },
  51. {
  52. "path": "pages/index/goodsDetail",
  53. "style": {
  54. "navigationBarTitleText": "商品详情"
  55. }
  56. },
  57. {
  58. "path": "pages/index/carConfiguration",
  59. "style": {
  60. "navigationBarTitleText": "车辆配置"
  61. }
  62. },
  63. {
  64. "path": "pages/index/maintenance",
  65. "style": {
  66. "navigationBarTitleText": "保养周期"
  67. }
  68. }
  69. ],
  70. "globalStyle": {
  71. "navigationBarTextStyle": "black",
  72. "navigationBarTitleText": "配件查询",
  73. "navigationBarBackgroundColor": "#F8F8F8",
  74. "backgroundColor": "#F8F8F8"
  75. },
  76. "uniIdRouter": {}
  77. }