pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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":true,
  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. "app-plus":{
  100. "bounce": "none",/*app禁止回弹*/
  101. "popGesture":false
  102. }
  103. }
  104. },
  105. {
  106. "path" : "pages/topic/selectage",
  107. "style" :
  108. {
  109. "navigationBarTitleText" : "",
  110. "enablePullDownRefresh" : false,
  111. "app-plus":{
  112. "bounce": "none",/*app禁止回弹*/
  113. "popGesture":false
  114. }
  115. }
  116. },
  117. {
  118. "path" : "pages/topic/selectsex",
  119. "style" :
  120. {
  121. "navigationBarTitleText" : "",
  122. "enablePullDownRefresh" : false,
  123. "app-plus":{
  124. "bounce": "none",/*app禁止回弹*/
  125. "popGesture":false
  126. }
  127. }
  128. },
  129. {
  130. "path" : "pages/topic/selectcanvas",
  131. "style" :
  132. {
  133. "navigationBarTitleText" : "",
  134. "enablePullDownRefresh" : false,
  135. "app-plus":{
  136. "bounce": "none",/*app禁止回弹*/
  137. "popGesture":false
  138. }
  139. }
  140. },
  141. {
  142. "path" : "pages/topic/selectsbp",
  143. "style" :
  144. {
  145. "navigationBarTitleText" : "",
  146. "enablePullDownRefresh" : false,
  147. "app-plus":{
  148. "bounce": "none",/*app禁止回弹*/
  149. "popGesture":false
  150. }
  151. }
  152. },
  153. {
  154. "path" : "pages/topic/selectwaistline",
  155. "style" :
  156. {
  157. "navigationBarTitleText" : "",
  158. "enablePullDownRefresh" : false,
  159. "app-plus":{
  160. "bounce": "none",/*app禁止回弹*/
  161. "popGesture":false
  162. }
  163. }
  164. },
  165. {
  166. "path" : "pages/health_center/health_center",
  167. "style" :
  168. {
  169. "navigationBarTitleText" : "",
  170. "enablePullDownRefresh" : false
  171. }
  172. },
  173. {
  174. "path" : "pages/webview/webview",
  175. "style" :
  176. {
  177. "navigationBarTitleText" : "",
  178. "enablePullDownRefresh" : false
  179. }
  180. },
  181. {
  182. "path" : "pages/my_center/my_center",
  183. "style" :
  184. {
  185. "navigationBarTitleText" : "",
  186. "enablePullDownRefresh" : false
  187. }
  188. }
  189. ],
  190. "globalStyle": {
  191. "navigationBarTextStyle": "white",
  192. "navigationBarTitleText": "%navigationBarTitleText%",
  193. "navigationBarBackgroundColor": "#3f73b3",
  194. "backgroundColor": "#3f73b3",
  195. "backgroundColorBottom":"#3f73b3",
  196. "navigationStyle":"custom"
  197. // "app-plus":{
  198. // "titleNView": {
  199. // "buttons": [{
  200. // "fontSize": "48px",
  201. // "title":"กลับมา"
  202. // }]
  203. // }
  204. // }
  205. },
  206. "uniIdRouter": {},
  207. "tabBar": {
  208. "color": "#7A7E83",
  209. "selectedColor": "#000000",
  210. "borderStyle": "black",
  211. "backgroundColor": "#ffffff",
  212. "list": [
  213. {
  214. "pagePath": "pages/index/index",
  215. "iconPath": "static/image/btns/review/dangeritem-r.png",
  216. "selectedIconPath": "static/image/btns/review/dangeritem.png",
  217. "text": "%review%"
  218. },
  219. {
  220. "pagePath": "pages/health_center/health_center",
  221. "iconPath": "static/image/btns/health_center/videolist.png",
  222. "selectedIconPath": "static/image/btns/health_center/videolist_r.png",
  223. "text": "%health_center%"
  224. },
  225. {
  226. "pagePath": "pages/my_center/my_center",
  227. "iconPath": "static/image/btns/my_center/gerenzhongxin.png",
  228. "selectedIconPath": "static/image/btns/my_center/gerenzhongxin_r.png",
  229. // "text": "%my_center%"
  230. "text":"ของฉัน"
  231. }
  232. ]
  233. }
  234. }