pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. },
  116. {
  117. "path": "pages/user/userexit",
  118. "style": {}
  119. },
  120. {
  121. "path": "pages/user/userdetail",
  122. "style": {}
  123. },
  124. {
  125. "path": "pages/user/useredit",
  126. "style": {}
  127. },
  128. {
  129. "path": "pages/user/people",
  130. "style": {}
  131. },
  132. {
  133. "path": "pages/camera/camera",
  134. "style": {}
  135. },
  136. {
  137. "path": "pages/common/exit",
  138. "style": {}
  139. },
  140. {
  141. "path": "pages/common/success",
  142. "style": {}
  143. },
  144. {
  145. "path": "pages/addressbook/address-book",
  146. "style": {}
  147. },
  148. {
  149. "path": "pages/addressbook/level-address-book",
  150. "style": {}
  151. },
  152. {
  153. "path": "pages/addressbook/member",
  154. "style": {}
  155. },
  156. {
  157. "path": "pages/addressbook/address-detail",
  158. "style": {}
  159. },
  160. {
  161. "path": "pages/history/history",
  162. "style": {}
  163. },
  164. {
  165. "path": "pages/filecenter/filecenter",
  166. "style": {}
  167. },
  168. {
  169. "path": "pages/operation/operation",
  170. "style": {}
  171. },
  172. {
  173. "path": "pages/warndata/warndata",
  174. "style": {}
  175. },
  176. {
  177. "path": "pages/home/detail/autodoor/autodoor"
  178. },
  179. {
  180. "path": "pages/home/detail/doorAnimate/doorAnimate"
  181. },
  182. {
  183. "path": "pages/home/detail/windowAnimate/windowAnimate"
  184. },
  185. {
  186. "path": "pages/home/detail/windrectAnimate/windrectAnimate"
  187. },
  188. {
  189. "path": "pages/home/detail/fanlocalAnimate/fanlocalAnimate"
  190. },
  191. {
  192. "path": "pages/home/detail/fanlocalAnimate/fanlocalAnimate2"
  193. },
  194. {
  195. "path" : "pages/webview/webview",
  196. "style" :
  197. {
  198. "navigationBarTitleText" : ""
  199. }
  200. }
  201. ],
  202. "globalStyle": {
  203. "mp-alipay": {
  204. /* 支付宝小程序特有相关 */
  205. "transparentTitle": "always",
  206. "allowsBounceVertical": "NO"
  207. },
  208. "navigationBarBackgroundColor": "#0081ff",
  209. "navigationBarTitleText": "JEECG BOOT",
  210. "navigationStyle": "custom",
  211. "navigationBarTextStyle": "white",
  212. "pageOrientation": "auto" // 屏幕自动切换
  213. },
  214. "usingComponts": true,
  215. "condition": {
  216. //模式配置,仅开发期间生效
  217. "current": 0, //当前激活的模式(list 的索引项)
  218. "list": [
  219. {
  220. "name": "表单", //模式名称
  221. "path": "pages/index/index", //启动页面
  222. "query": "" //启动参数
  223. }
  224. ]
  225. }
  226. }