pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "pages" : [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path" : "pages/startup/startup",
  6. "style" : {}
  7. },
  8. {
  9. "path" : "pages/index/index",
  10. "style" : {}
  11. },
  12. {
  13. "path" : "pages/remind/index/index",
  14. "style" : {}
  15. },
  16. {
  17. "path" : "pages/book/index/index",
  18. "style" : {}
  19. },
  20. {
  21. "path" : "pages/book/manage/index",
  22. "style" : {}
  23. },
  24. {
  25. "path" : "pages/settlement/index/index",
  26. "style" : {}
  27. },
  28. {
  29. "path" : "pages/center/index/index",
  30. "style" : {}
  31. },
  32. {
  33. "path" : "pages/book/detail/index",
  34. "style" : {}
  35. },
  36. {
  37. "path" : "pages/book/remind/index",
  38. "style" : {}
  39. },
  40. {
  41. "path" : "pages/book/history/index",
  42. "style" : {}
  43. },
  44. {
  45. "path" : "pages/book/wedding/index",
  46. "style" : {}
  47. },
  48. {
  49. "path" : "pages/remind/detail/index",
  50. "style" : {}
  51. },
  52. {
  53. "path" : "pages/remind/history/index",
  54. "style" : {}
  55. },
  56. {
  57. "path" : "pages/remind/consultation/index",
  58. "style" : {}
  59. },
  60. {
  61. "path" : "pages/remind/manage/index",
  62. "style" : {}
  63. },
  64. {
  65. "path" : "pages/settlement/detail/index",
  66. "style" : {}
  67. },
  68. {
  69. "path" : "pages/settlement/history/index",
  70. "style" : {}
  71. },
  72. {
  73. "path" : "pages/settlement/collection/index",
  74. "style" : {}
  75. },
  76. {
  77. "path" : "pages/settlement/cancel/index",
  78. "style" : {}
  79. },
  80. {
  81. "path" : "pages/settlement/settlement/index",
  82. "style" : {}
  83. },
  84. {
  85. "path" : "pages/center/setting/index",
  86. "style" : {}
  87. },
  88. {
  89. "path" : "pages/center/setting/changetel",
  90. "style" : {}
  91. },
  92. {
  93. "path" : "pages/center/setting/modifypass",
  94. "style" : {}
  95. },
  96. {
  97. "path" : "pages/center/setting/forgetpass",
  98. "style" : {}
  99. },
  100. {
  101. "path" : "pages/login/newlogin",
  102. "style" : {}
  103. },
  104. {
  105. "path" : "pages/login/oldlogin",
  106. "style" : {}
  107. },
  108. {
  109. "path" : "pages/search/index",
  110. "style" : {}
  111. },
  112. {
  113. "path" : "pages/center/about/index",
  114. "style" : {}
  115. },
  116. {
  117. "path" : "pages/center/about/dynamic",
  118. "style" : {}
  119. },
  120. {
  121. "path" : "pages/center/about/agreement",
  122. "style" : {}
  123. },
  124. {
  125. "path" : "pages/book/share/index",
  126. "style" : {}
  127. },
  128. {
  129. "path" : "pages/center/report/report",
  130. "style" : {}
  131. },
  132. {
  133. "path" : "pages/settlement/supplement/index",
  134. "style" : {
  135. "navigationBarTitleText" : "",
  136. "enablePullDownRefresh" : false
  137. }
  138. },
  139. {
  140. "path" : "App",
  141. "style" : {}
  142. }
  143. ],
  144. "tabBar" : {
  145. "selectedColor" : "#4A8CF5",
  146. "position" : "top",
  147. "color" : "#646D7E",
  148. "list" : [
  149. {
  150. "pagePath" : "pages/remind/index/index",
  151. "text" : "提醒"
  152. },
  153. {
  154. "pagePath" : "pages/book/index/index",
  155. "text" : "预订"
  156. },
  157. {
  158. "pagePath" : "pages/settlement/index/index",
  159. "text" : "结算"
  160. },
  161. {
  162. "pagePath" : "pages/center/index/index",
  163. "text" : "我的"
  164. }
  165. ]
  166. },
  167. "globalStyle" : {
  168. "navigationStyle" : "custom",
  169. "app-plus" : {
  170. "softinputMode" : "adjustResize"
  171. }
  172. },
  173. // "app-plus":{“softinputMode”: “adjustResize”}
  174. "condition" : {
  175. //模式配置,仅开发期间生效
  176. "current" : 0, //当前激活的模式(list 的索引项)
  177. "list" : [
  178. {
  179. "name" : "", //模式名称
  180. "path" : "", //启动页面,必选
  181. "query" : "" //启动参数,在页面的onLoad函数里面得到
  182. }
  183. ]
  184. }
  185. }