pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText" : "",
  7. "enablePullDownRefresh" : false,
  8. "navigationStyle": "custom",
  9. "app-plus": {
  10. "scrollIndicator": false
  11. }
  12. }
  13. },
  14. {
  15. "path" : "pages/register/register",
  16. "style" :
  17. {
  18. "navigationBarTitleText" : "",
  19. "enablePullDownRefresh" : false
  20. }
  21. },
  22. {
  23. "path" : "pages/home/home",
  24. "style" :
  25. {
  26. "navigationBarTtleText" : "",
  27. "enablePullDownRefresh" : false,
  28. "navigationStyle": "custom",
  29. "app-plus": {
  30. "scrollIndicator": false
  31. }
  32. }
  33. },
  34. {
  35. "path" : "pages/reservation/reservation",
  36. "style" :
  37. {
  38. "navigationBarTitleText" : "",
  39. "enablePullDownRefresh" : false,
  40. "navigationStyle": "custom",
  41. "app-plus": {
  42. "scrollIndicator": false
  43. }
  44. }
  45. },
  46. {
  47. "path" : "pages/registration/registration",
  48. "style" :
  49. {
  50. "navigationBarTitleText" : "",
  51. "enablePullDownRefresh" : false,
  52. "navigationStyle": "custom",
  53. "app-plus": {
  54. "scrollIndicator": false
  55. }
  56. }
  57. },
  58. {
  59. "path" : "pages/schedule/schedule",
  60. "style" :
  61. {
  62. "navigationBarTitleText" : "",
  63. "enablePullDownRefresh" : false,
  64. "navigationStyle": "custom",
  65. "app-plus": {
  66. "scrollIndicator": false
  67. }
  68. }
  69. },
  70. {
  71. "path" : "pages/registration/success",
  72. "style" :
  73. {
  74. "navigationBarTitleText" : "",
  75. "enablePullDownRefresh" : false,
  76. "navigationStyle": "custom",
  77. "app-plus": {
  78. "scrollIndicator": false
  79. }
  80. }
  81. },
  82. {
  83. "path" : "pages/reservation/success",
  84. "style" :
  85. {
  86. "navigationBarTitleText" : "",
  87. "enablePullDownRefresh" : false,
  88. "navigationStyle": "custom",
  89. "app-plus": {
  90. "scrollIndicator": false
  91. }
  92. }
  93. },
  94. {
  95. "path" : "pages/monitor/monitor",
  96. "style" :
  97. {
  98. "navigationBarTitleText" : "",
  99. "enablePullDownRefresh" : false,
  100. "navigationStyle": "custom",
  101. "app-plus": {
  102. "scrollIndicator": false
  103. }
  104. }
  105. },
  106. {
  107. "path" : "pages/carManager/carManager",
  108. "style" :
  109. {
  110. "navigationBarTitleText" : "",
  111. "enablePullDownRefresh" : false,
  112. "navigationStyle": "custom",
  113. "app-plus": {
  114. "scrollIndicator": false
  115. }
  116. }
  117. },
  118. {
  119. "path" : "pages/video/video",
  120. "style" :
  121. {
  122. "navigationBarTitleText" : ""
  123. }
  124. }
  125. ],
  126. "globalStyle": {
  127. "navigationBarTextStyle": "black",
  128. "navigationBarTitleText": "uni-app",
  129. "navigationBarBackgroundColor": "#F8F8F8",
  130. "backgroundColor": "#F8F8F8"
  131. },
  132. "uniIdRouter": {}
  133. }