pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/mobile/homePage",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/mobile/oeindex",
  11. "style": {
  12. "navigationBarTitleText": "配件查询"
  13. }
  14. },
  15. {
  16. "path": "pages/mobile/OESearch",
  17. "style": {
  18. "navigationBarTitleText": "OE搜索"
  19. }
  20. },
  21. {
  22. "path": "pages/mobile/OEDetail",
  23. "style": {
  24. "navigationBarTitleText": "OE信息"
  25. }
  26. },
  27. {
  28. "path": "pages/mobile/index",
  29. "style": {
  30. "navigationBarTitleText": "VIN查询"
  31. }
  32. },
  33. {
  34. "path": "pages/mobile/group",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/mobile/modelTwo",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. }, {
  45. "path": "pages/mobile/modelThree",
  46. "style": {
  47. "navigationBarTitleText": "车型件",
  48. "enablePullDownRefresh": true
  49. }
  50. }, {
  51. "path": "pages/mobile/OemDetail",
  52. "style": {
  53. "navigationBarTitleText": "OEM零件详情",
  54. "enablePullDownRefresh": true
  55. }
  56. }, {
  57. "path": "pages/mobile/OemSearch",
  58. "style": {
  59. "navigationBarTitleText": "OEM搜索",
  60. "enablePullDownRefresh": true
  61. }
  62. }, {
  63. "path": "pages/mobile/CarModelList",
  64. "style": {
  65. "navigationBarTitleText": "适用车型",
  66. "enablePullDownRefresh": true
  67. }
  68. }, {
  69. "path": "pages/mobile/SonGroup",
  70. "style": {
  71. "navigationBarTitleText": "选择子组",
  72. "enablePullDownRefresh": true
  73. }
  74. }, {
  75. "path": "pages/mobile/CarDetail",
  76. "style": {
  77. "navigationBarTitleText": "车型详情",
  78. "enablePullDownRefresh": false
  79. }
  80. }, {
  81. "path": "pages/mobile/SelectCarModel",
  82. "style": {
  83. "navigationBarTitleText": "选择品牌",
  84. "enablePullDownRefresh": false
  85. }
  86. }, {
  87. "path": "pages/mobile/SelectCarTwo",
  88. "style": {
  89. "navigationStyle": "custom"
  90. }
  91. }, {
  92. "path": "pages/mobile/vinDetail",
  93. "style": {
  94. "navigationBarTitleText": "车型件",
  95. "enablePullDownRefresh": true
  96. }
  97. }
  98. ],
  99. "globalStyle": {
  100. "navigationBarTextStyle": "black",
  101. "navigationBarTitleText": "VIN查询",
  102. "navigationBarBackgroundColor": "#FFFFFF",
  103. "backgroundColor": "#FFFFFF"
  104. },
  105. "uniIdRouter": {}
  106. }