pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/index/show",
  5. "style" :
  6. {
  7. "navigationBarTitleText" : "show",
  8. "enablePullDownRefresh" : false,
  9. "disableScroll":false,
  10. "app-plus":{
  11. "bounce": "none",/*app禁止回弹*/
  12. "popGesture":false
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "心脑检测",
  20. "enablePullDownRefresh" : true,
  21. "backgroundColor":"#648EB8",
  22. "disableSwipeBack":true,
  23. "navigationStyle": "custom",
  24. "app-plus": {
  25. "bounce": true,
  26. "popGesture":true,
  27. "pullToRefresh": {
  28. "support": true,
  29. "style": "circle",
  30. "color": "#648EB8",
  31. "contentdown": {
  32. "caption": ""
  33. },
  34. "contentover": {
  35. "caption": ""
  36. },
  37. "contentrefresh": {
  38. "caption": ""
  39. }
  40. }
  41. }
  42. }
  43. },
  44. {
  45. "path" : "pages/login/login",
  46. "style" :
  47. {
  48. "navigationBarTitleText" : "登录",
  49. "enablePullDownRefresh" : false,
  50. "disableScroll":false,
  51. "app-plus":{
  52. "bounce": "none",/*app禁止回弹*/
  53. "popGesture":false
  54. }
  55. }
  56. },
  57. {
  58. "path" : "pages/register/register",
  59. "style" :
  60. {
  61. "navigationBarTitleText" : "",
  62. "enablePullDownRefresh" : false,
  63. "app-plus":{
  64. "bounce": "none",/*app禁止回弹*/
  65. "popGesture":false
  66. }
  67. }
  68. },
  69. {
  70. "path" : "pages/member/member",
  71. "style" :
  72. {
  73. "navigationBarTitleText" : "",
  74. "enablePullDownRefresh" : false
  75. }
  76. },
  77. {
  78. "path" : "pages/member/add",
  79. "style" :
  80. {
  81. "navigationBarTitleText" : "",
  82. "enablePullDownRefresh" : false
  83. }
  84. },
  85. {
  86. "path" : "pages/report/report",
  87. "style" :
  88. {
  89. "navigationBarTitleText" : "",
  90. "enablePullDownRefresh" : false
  91. }
  92. },
  93. {
  94. "path" : "pages/topic/common",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : "",
  98. "enablePullDownRefresh" : false
  99. },
  100. "app-plus":{
  101. "bounce": "none",/*app禁止回弹*/
  102. "popGesture":false
  103. }
  104. },
  105. {
  106. "path" : "pages/topic/selectage",
  107. "style" :
  108. {
  109. "navigationBarTitleText" : "",
  110. "enablePullDownRefresh" : false
  111. },
  112. "app-plus":{
  113. "bounce": "none",/*app禁止回弹*/
  114. "popGesture":false
  115. }
  116. },
  117. {
  118. "path" : "pages/topic/selectsex",
  119. "style" :
  120. {
  121. "navigationBarTitleText" : "",
  122. "enablePullDownRefresh" : false
  123. },
  124. "app-plus":{
  125. "bounce": "none",/*app禁止回弹*/
  126. "popGesture":false
  127. }
  128. },
  129. {
  130. "path" : "pages/topic/selectcanvas",
  131. "style" :
  132. {
  133. "navigationBarTitleText" : "",
  134. "enablePullDownRefresh" : false
  135. },
  136. "app-plus":{
  137. "bounce": "none",/*app禁止回弹*/
  138. "popGesture":false
  139. }
  140. },
  141. {
  142. "path" : "pages/topic/selectsbp",
  143. "style" :
  144. {
  145. "navigationBarTitleText" : "",
  146. "enablePullDownRefresh" : false
  147. },
  148. "app-plus":{
  149. "bounce": "none",/*app禁止回弹*/
  150. "popGesture":false
  151. }
  152. },
  153. {
  154. "path" : "pages/topic/selectwaistline",
  155. "style" :
  156. {
  157. "navigationBarTitleText" : "",
  158. "enablePullDownRefresh" : false
  159. },
  160. "app-plus":{
  161. "bounce": "none",/*app禁止回弹*/
  162. "popGesture":false
  163. }
  164. }
  165. ],
  166. "globalStyle": {
  167. "navigationBarTextStyle": "white",
  168. "navigationBarTitleText": "心脑检测",
  169. "navigationBarBackgroundColor": "#648EB8",
  170. "backgroundColor": "#648EB8",
  171. "backgroundColorBottom":"#648EB8"
  172. // "app-plus":{
  173. // "bounce": "none",/*app禁止回弹*/
  174. // "popGesture":false
  175. // }
  176. },
  177. "uniIdRouter": {}
  178. }