pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/Login/test",
  5. "style" :
  6. {
  7. "navigationBarTitleText" : ""
  8. }
  9. },
  10. {
  11. "path": "pages/Login/clientIndex",
  12. "style": {
  13. "navigationStyle": "custom"
  14. }
  15. }, {
  16. "path": "pages/Login/AliyunCaptcha",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. }, {
  21. "path": "pages/client/ShouYe/shouye",
  22. "style": {
  23. "navigationStyle": "custom"
  24. }
  25. }, {
  26. "path": "pages/kehu/shouye/shouye",
  27. "style": {
  28. "navigationStyle": "custom"
  29. }
  30. }
  31. // {
  32. // "path" : "pages/Login/test",
  33. // "style" :
  34. // {
  35. // "navigationBarTitleText" : ""
  36. // }
  37. // }
  38. ],
  39. "subPackages": [{
  40. "root": "pages/client/my",
  41. "name": "my",
  42. "pages": [{
  43. "path": "index",
  44. "style": {
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "myInfo",
  50. "style": {
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "cameraTest",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "zhengce",
  63. "style": {
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "xieyi",
  69. "style": {
  70. "navigationStyle": "custom"
  71. }
  72. }
  73. ]
  74. },
  75. {
  76. "root": "pages/client/Chengji",
  77. "name": "Chengji",
  78. "pages": [{
  79. "path": "list",
  80. "style": {
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "ksScoreShijuan",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "lxScoreShijuan",
  92. "style": {
  93. "navigationStyle": "custom"
  94. }
  95. }
  96. ]
  97. },
  98. {
  99. "root": "pages/client/Kecheng",
  100. "name": "Kecheng",
  101. "pages": [{
  102. "path": "list",
  103. "style": {
  104. "navigationStyle": "custom"
  105. }
  106. }, {
  107. "path": "study",
  108. "style": {
  109. "navigationStyle": "custom",
  110. "pageOrientation": "auto"
  111. }
  112. }]
  113. }, {
  114. "root": "pages/client/Kaoshi",
  115. "name": "Kaoshi",
  116. "pages": [{
  117. "path": "list",
  118. "style": {
  119. "navigationStyle": "custom"
  120. }
  121. }, {
  122. "path": "exam",
  123. "style": {
  124. "navigationStyle": "custom",
  125. "app-plus": {
  126. "softinputMode": "adjustResize",
  127. "softinputNavBar": "none"
  128. }
  129. }
  130. },
  131. {
  132. "path": "examCamera",
  133. "style": {
  134. "navigationStyle": "custom"
  135. }
  136. }
  137. ]
  138. }, {
  139. "root": "pages/client/Lianxi",
  140. "name": "Lianxi",
  141. "pages": [{
  142. "path": "list",
  143. "style": {
  144. "navigationStyle": "custom"
  145. }
  146. }, {
  147. "path": "exam",
  148. "style": {
  149. "navigationStyle": "custom",
  150. "app-plus": {
  151. "softinputMode": "adjustResize",
  152. "softinputNavBar": "none"
  153. }
  154. }
  155. }]
  156. },
  157. {
  158. "root": "pages/client/jiazheng",
  159. "name": "jiazheng",
  160. "pages": [{
  161. "path": "shareImage",
  162. "style": {
  163. "navigationStyle": "custom"
  164. }
  165. }]
  166. },
  167. {
  168. "root": "pages/client/hetong",
  169. "name": "CHetong",
  170. "pages": [{
  171. "path": "hetongInfo",
  172. "style": {
  173. "navigationStyle": "custom"
  174. }
  175. }, {
  176. "path": "hetongList",
  177. "style": {
  178. "navigationStyle": "custom"
  179. }
  180. }]
  181. },
  182. {
  183. "root": "pages/kehu/hetong",
  184. "name": "hetong",
  185. "pages": [{
  186. "path": "hetongInfo",
  187. "style": {
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path": "hetongList",
  193. "style": {
  194. "navigationStyle": "custom"
  195. }
  196. }
  197. ]
  198. },
  199. {
  200. "root": "pages/kehu/my",
  201. "name": "my2",
  202. "pages": [{
  203. "path": "my",
  204. "style": {
  205. "navigationStyle": "custom"
  206. }
  207. }, {
  208. "path": "myInfo",
  209. "style": {
  210. "navigationStyle": "custom"
  211. }
  212. }, {
  213. "path": "zhengce",
  214. "style": {
  215. "navigationStyle": "custom"
  216. }
  217. }, {
  218. "path": "xieyi",
  219. "style": {
  220. "navigationStyle": "custom"
  221. }
  222. }]
  223. }
  224. // {
  225. // "root": "components/zhuapaiConfirm",
  226. // "name": "tt",
  227. // "pages": [{
  228. // "path": "myVideo",
  229. // "style": {
  230. // "navigationStyle": "custom"
  231. // }
  232. // }]
  233. // }
  234. ],
  235. "globalStyle": {
  236. "navigationBarTextStyle": "black",
  237. "navigationBarTitleText": "",
  238. "navigationBarBackgroundColor": "#F8F8F8",
  239. "backgroundColor": "#F8F8F8",
  240. //禁止滑动返回
  241. "app-plus": {
  242. "popGesture": "none"
  243. }
  244. },
  245. "uniIdRouter": {},
  246. "condition": { //模式配置,仅开发期间生效
  247. "current": 0, //当前激活的模式(list 的索引项)
  248. "list": [{
  249. "name": "login", //模式名称
  250. "path": "pages/Login/clientIndex", //启动页面,必选
  251. "query": "" //启动参数,在页面的onLoad函数里面得到
  252. }]
  253. }
  254. }