pages.json 4.3 KB

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