pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. "path" : "pages/mobile/epcSimpleDetailOne",
  100. "style" :
  101. {
  102. "navigationBarTitleText" : "EPC简版",
  103. "enablePullDownRefresh": false,
  104. "mp-weixin": {
  105. "bounce":"none"
  106. },
  107. "h5": {
  108. "bounce": "none" // 禁用H5端回弹(如果支持)
  109. }
  110. }
  111. },
  112. {
  113. "path" : "pages/mobile/epcSimpleDetailTwo",
  114. "style" :
  115. {
  116. "navigationBarTitleText" : "EPC圈选",
  117. "disableSwipeBack": true
  118. }
  119. },
  120. {
  121. "path" : "pages/mobile/SimpleOemSearch",
  122. "style" :
  123. {
  124. "navigationBarTitleText" : "详情",
  125. "disableSwipeBack": true
  126. }
  127. },
  128. {
  129. "path" : "pages/mobile/modelTwoSimple",
  130. "style" :
  131. {
  132. "navigationBarTitleText" : "车型件",
  133. "disableSwipeBack": true
  134. }
  135. },
  136. {
  137. "path" : "pages/mobile/vinDetailSimple",
  138. "style" :
  139. {
  140. "navigationBarTitleText" : "",
  141. "disableSwipeBack": true
  142. }
  143. }
  144. ],
  145. "globalStyle": {
  146. "navigationBarTextStyle": "black",
  147. "navigationBarTitleText": "VIN查询",
  148. "navigationBarBackgroundColor": "#FFFFFF",
  149. "backgroundColor": "#FFFFFF"
  150. },
  151. "uniIdRouter": {}
  152. }