pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {}
  7. },
  8. {
  9. "path": "pages/basics/layout",
  10. "style": {}
  11. },
  12. {
  13. "path": "pages/basics/background",
  14. "style": {}
  15. },
  16. {
  17. "path": "pages/basics/text",
  18. "style": {}
  19. },
  20. {
  21. "path": "pages/basics/icon",
  22. "style": {}
  23. },
  24. {
  25. "path": "pages/basics/button",
  26. "style": {}
  27. },
  28. {
  29. "path": "pages/basics/design",
  30. "style": {}
  31. },
  32. {
  33. "path": "pages/basics/tag",
  34. "style": {}
  35. },
  36. {
  37. "path": "pages/basics/avatar",
  38. "style": {}
  39. },
  40. {
  41. "path": "pages/basics/progress",
  42. "style": {}
  43. },
  44. {
  45. "path": "pages/basics/shadow",
  46. "style": {}
  47. },
  48. {
  49. "path": "pages/basics/loading",
  50. "style": {}
  51. },
  52. {
  53. "path": "pages/component/bar",
  54. "style": {}
  55. },
  56. {
  57. "path": "pages/component/nav",
  58. "style": {}
  59. },
  60. {
  61. "path": "pages/component/list",
  62. "style": {}
  63. },
  64. {
  65. "path": "pages/component/card",
  66. "style": {}
  67. },
  68. {
  69. "path": "pages/component/form",
  70. "style": {}
  71. },
  72. {
  73. "path": "pages/component/timeline",
  74. "style": {}
  75. },
  76. {
  77. "path": "pages/component/chat",
  78. "style": {}
  79. },
  80. {
  81. "path": "pages/component/swiper",
  82. "style": {}
  83. },
  84. {
  85. "path": "pages/component/modal",
  86. "style": {}
  87. },
  88. {
  89. "path": "pages/component/steps",
  90. "style": {}
  91. },
  92. {
  93. "path": "pages/plugin/indexes",
  94. "style": {}
  95. },
  96. {
  97. "path": "pages/plugin/animation",
  98. "style": {}
  99. },
  100. {
  101. "path": "pages/plugin/drawer",
  102. "style": {}
  103. },
  104. {
  105. "path": "pages/plugin/verticalnav",
  106. "style": {}
  107. },
  108. {
  109. "path": "pages/home/home",
  110. "style": {}
  111. },
  112. {
  113. "path": "pages/login/login",
  114. "style": {
  115. "navigationStyle": "custom",
  116. "navigationBarTextStyle": "black"
  117. }
  118. },
  119. {
  120. "path": "pages/user/userexit",
  121. "style": {}
  122. },
  123. {
  124. "path": "pages/user/userdetail",
  125. "style": {}
  126. },
  127. {
  128. "path": "pages/user/useredit",
  129. "style": {}
  130. },
  131. {
  132. "path": "pages/user/people",
  133. "style": {}
  134. },
  135. {
  136. "path": "pages/user/user",
  137. "style": {}
  138. },
  139. {
  140. "path": "pages/camera/camera",
  141. "style": {}
  142. },
  143. {
  144. "path": "pages/common/exit",
  145. "style": {}
  146. },
  147. {
  148. "path": "pages/common/success",
  149. "style": {}
  150. },
  151. {
  152. "path": "pages/addressbook/address-book",
  153. "style": {}
  154. },
  155. {
  156. "path": "pages/addressbook/level-address-book",
  157. "style": {}
  158. },
  159. {
  160. "path": "pages/addressbook/member",
  161. "style": {}
  162. },
  163. {
  164. "path": "pages/addressbook/address-detail",
  165. "style": {}
  166. },
  167. {
  168. "path": "pages/history/history",
  169. "style": {
  170. "enablePillDownRefresh": true,
  171. "onReachBottomDistance": 10
  172. }
  173. },
  174. {
  175. "path": "pages/filecenter/filecenter",
  176. "style": {}
  177. },
  178. {
  179. "path": "pages/operation/operation",
  180. "style": {
  181. "enablePillDownRefresh": true
  182. }
  183. },
  184. {
  185. "path": "pages/warndata/warndata",
  186. "style": {}
  187. },
  188. {
  189. "path": "pages/home/detail/autodoor/autodoor"
  190. },
  191. {
  192. "path": "pages/home/detail/doorAnimate/doorAnimate"
  193. },
  194. {
  195. "path": "pages/home/detail/windowAnimate/windowAnimate"
  196. },
  197. {
  198. "path": "pages/home/detail/windrectAnimate/windrectAnimate"
  199. },
  200. {
  201. "path": "pages/home/detail/fanlocalAnimate/fanlocalAnimate"
  202. },
  203. {
  204. "path": "pages/home/detail/fanlocalAnimate/fanlocalAnimate2"
  205. },
  206. {
  207. "path": "pages/webview/webview",
  208. "style": {
  209. "navigationBarTitleText": ""
  210. }
  211. },
  212. {
  213. "path": "pages/ipConfig/ipConfig",
  214. "style": {}
  215. }
  216. ],
  217. "globalStyle": {
  218. "mp-alipay": {
  219. /* 支付宝小程序特有相关 */
  220. "transparentTitle": "always",
  221. "allowsBounceVertical": "NO"
  222. },
  223. "navigationBarBackgroundColor": "#0081ff",
  224. "navigationBarTitleText": "JEECG BOOT",
  225. "navigationStyle": "custom",
  226. "navigationBarTextStyle": "white",
  227. "pageOrientation": "auto" // 屏幕自动切换
  228. },
  229. "usingComponts": true,
  230. "condition": {
  231. //模式配置,仅开发期间生效
  232. "current": 0, //当前激活的模式(list 的索引项)
  233. "list": [
  234. {
  235. "name": "表单", //模式名称
  236. "path": "pages/index/index", //启动页面
  237. "query": "" //启动参数
  238. }
  239. ]
  240. }
  241. }