pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. }
  37. }
  38. ,{
  39. "path" : "pages/mobile/OemDetail",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "OEM零件详情",
  43. "enablePullDownRefresh": false
  44. }
  45. }
  46. ,{
  47. "path" : "pages/mobile/OemSearch",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "OEM搜索",
  51. "enablePullDownRefresh": false
  52. }
  53. }
  54. ,{
  55. "path" : "pages/mobile/CarModelList",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "适用车型",
  59. "enablePullDownRefresh": false
  60. }
  61. }
  62. ,{
  63. "path" : "pages/mobile/SonGroup",
  64. "style" :
  65. {
  66. "navigationBarTitleText": "选择子组",
  67. "enablePullDownRefresh": false
  68. }
  69. }
  70. ,{
  71. "path" : "pages/mobile/CarDetail",
  72. "style" :
  73. {
  74. "navigationBarTitleText": "车辆详情",
  75. "enablePullDownRefresh": false
  76. }
  77. }
  78. ,{
  79. "path" : "pages/mobile/SelectCarModel",
  80. "style" :
  81. {
  82. "navigationBarTitleText": "选择品牌",
  83. "enablePullDownRefresh": false
  84. }
  85. }
  86. ,{
  87. "path" : "pages/mobile/SelectCarTwo",
  88. "style" :
  89. {
  90. "navigationStyle": "custom"
  91. }
  92. }
  93. ,{
  94. "path" : "pages/mobile/SelectCarThree",
  95. "style" :
  96. {
  97. "navigationStyle": "custom"
  98. }
  99. }
  100. ,{
  101. "path" : "pages/mobile/SelectCarFour",
  102. "style" :
  103. {
  104. "navigationStyle": "custom"
  105. }
  106. }
  107. ,{
  108. "path" : "pages/mobile/SelectCarFive",
  109. "style" :
  110. {
  111. "navigationStyle": "custom"
  112. }
  113. }
  114. ,{
  115. "path" : "pages/mobile/SelectCarSix",
  116. "style" :
  117. {
  118. "navigationStyle": "custom"
  119. }
  120. }
  121. ],
  122. "globalStyle": {
  123. "navigationBarTextStyle": "black",
  124. "navigationBarTitleText": "VIN查询",
  125. "navigationBarBackgroundColor": "#F8F8F8",
  126. "backgroundColor": "#F8F8F8"
  127. },
  128. "uniIdRouter": {}
  129. }