pages.json 4.2 KB

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