pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. // "navigationBarTitleText": "车型件1"
  37. "navigationStyle": "custom"
  38. }
  39. },
  40. {
  41. "path": "pages/mobile/modelTwo",
  42. "style": {
  43. "navigationStyle": "custom"
  44. }
  45. }, {
  46. "path": "pages/mobile/modelThree",
  47. "style": {
  48. "navigationBarTitleText": "车型件",
  49. "enablePullDownRefresh": true
  50. }
  51. }, {
  52. "path": "pages/mobile/OemDetail",
  53. "style": {
  54. "navigationBarTitleText": "OEM零件详情",
  55. "enablePullDownRefresh": true
  56. }
  57. }, {
  58. "path": "pages/mobile/OemSearch",
  59. "style": {
  60. "navigationBarTitleText": "OEM搜索",
  61. "enablePullDownRefresh": true
  62. }
  63. }, {
  64. "path": "pages/mobile/CarModelList",
  65. "style": {
  66. "navigationBarTitleText": "适用车型",
  67. "enablePullDownRefresh": true
  68. }
  69. }, {
  70. "path": "pages/mobile/SonGroup",
  71. "style": {
  72. "navigationBarTitleText": "选择子组",
  73. "enablePullDownRefresh": true
  74. }
  75. }, {
  76. "path": "pages/mobile/CarDetail",
  77. "style": {
  78. "navigationBarTitleText": "车型详情",
  79. "enablePullDownRefresh": false
  80. }
  81. }, {
  82. "path": "pages/mobile/SelectCarModel",
  83. "style": {
  84. /* "navigationBarTitleText": "选择品牌",
  85. "enablePullDownRefresh": false */
  86. "navigationStyle": "custom"
  87. }
  88. }, {
  89. "path": "pages/mobile/SelectCarTwo",
  90. "style": {
  91. "navigationStyle": "custom"
  92. }
  93. }, {
  94. "path": "pages/mobile/vinDetail",
  95. "style": {
  96. /* "navigationBarTitleText": "车型件",
  97. "enablePullDownRefresh": true */
  98. "navigationStyle": "custom"
  99. }
  100. }
  101. ],
  102. "globalStyle": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": "VIN查询",
  105. "navigationBarBackgroundColor": "#FFFFFF",
  106. "backgroundColor": "#FFFFFF"
  107. },
  108. "uniIdRouter": {}
  109. }