pages.json 4.3 KB

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