pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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/index",
  11. "style": {
  12. "navigationBarTitleText": "VIN查询"
  13. }
  14. },
  15. {
  16. "path": "pages/mobile/group",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/mobile/modelTwo",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. }, {
  27. "path": "pages/mobile/modelThree",
  28. "style": {
  29. "navigationBarTitleText": "车型件",
  30. "enablePullDownRefresh": true
  31. }
  32. }, {
  33. "path": "pages/mobile/OemDetail",
  34. "style": {
  35. "navigationBarTitleText": "OEM零件详情",
  36. "enablePullDownRefresh": true
  37. }
  38. }, {
  39. "path": "pages/mobile/OemSearch",
  40. "style": {
  41. "navigationBarTitleText": "OEM搜索",
  42. "enablePullDownRefresh": true
  43. }
  44. }, {
  45. "path": "pages/mobile/CarModelList",
  46. "style": {
  47. "navigationBarTitleText": "适用车型",
  48. "enablePullDownRefresh": true
  49. }
  50. }, {
  51. "path": "pages/mobile/SonGroup",
  52. "style": {
  53. "navigationBarTitleText": "选择子组",
  54. "enablePullDownRefresh": true
  55. }
  56. }, {
  57. "path": "pages/mobile/CarDetail",
  58. "style": {
  59. "navigationBarTitleText": "车型详情",
  60. "enablePullDownRefresh": false
  61. }
  62. }, {
  63. "path": "pages/mobile/SelectCarModel",
  64. "style": {
  65. "navigationBarTitleText": "选择品牌",
  66. "enablePullDownRefresh": false
  67. }
  68. }, {
  69. "path": "pages/mobile/SelectCarTwo",
  70. "style": {
  71. "navigationStyle": "custom"
  72. }
  73. }, {
  74. "path": "pages/mobile/vinDetail",
  75. "style": {
  76. "navigationBarTitleText": "车型件",
  77. "enablePullDownRefresh": true
  78. }
  79. }
  80. ],
  81. "globalStyle": {
  82. "navigationBarTextStyle": "black",
  83. "navigationBarTitleText": "VIN查询",
  84. "navigationBarBackgroundColor": "#FFFFFF",
  85. "backgroundColor": "#FFFFFF"
  86. },
  87. "uniIdRouter": {}
  88. }