pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "globalStyle": {
  80. "navigationBarTextStyle": "black",
  81. "navigationBarTitleText": "VIN查询",
  82. "navigationBarBackgroundColor": "#F8F8F8",
  83. "backgroundColor": "#F8F8F8"
  84. },
  85. "uniIdRouter": {}
  86. }