pages.json 4.4 KB

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