pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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. {
  44. "navigationBarTitleText" : "",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path" : "zhengce",
  50. "style": {
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path" : "xieyi",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. }
  60. ]
  61. },
  62. {
  63. "root": "pages/client/Chengji",
  64. "name": "Chengji",
  65. "pages": [{
  66. "path": "list",
  67. "style": {
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "ksScoreShijuan",
  73. "style": {
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "lxScoreShijuan",
  79. "style": {
  80. "navigationStyle": "custom"
  81. }
  82. }
  83. ]
  84. },
  85. {
  86. "root": "pages/client/Kecheng",
  87. "name": "Kecheng",
  88. "pages": [{
  89. "path": "list",
  90. "style": {
  91. "navigationStyle": "custom"
  92. }
  93. }, {
  94. "path": "study",
  95. "style": {
  96. "navigationStyle": "custom"
  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. {
  121. "navigationStyle": "custom"
  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. {
  173. "path": "hetongInfo",
  174. "style": {
  175. "navigationStyle": "custom"
  176. }
  177. },
  178. {
  179. "path" : "hetongList",
  180. "style" :
  181. {
  182. "navigationStyle": "custom"
  183. }
  184. }]
  185. },
  186. {
  187. "root": "pages/kehu/my",
  188. "name": "my2",
  189. "pages": [{
  190. "path": "my",
  191. "style": {
  192. "navigationStyle": "custom"
  193. }
  194. },{
  195. "path": "myInfo",
  196. "style": {
  197. "navigationStyle": "custom"
  198. }
  199. },{
  200. "path": "zhengce",
  201. "style": {
  202. "navigationStyle": "custom"
  203. }
  204. },{
  205. "path": "xieyi",
  206. "style": {
  207. "navigationStyle": "custom"
  208. }
  209. }]
  210. }
  211. // {
  212. // "root": "components/zhuapaiConfirm",
  213. // "name": "tt",
  214. // "pages": [{
  215. // "path": "myVideo",
  216. // "style": {
  217. // "navigationStyle": "custom"
  218. // }
  219. // }]
  220. // }
  221. ],
  222. "globalStyle": {
  223. "navigationBarTextStyle": "black",
  224. "navigationBarTitleText": "",
  225. "navigationBarBackgroundColor": "#F8F8F8",
  226. "backgroundColor": "#F8F8F8",
  227. //禁止滑动返回
  228. "app-plus": {
  229. "popGesture": "none"
  230. }
  231. },
  232. "uniIdRouter": {},
  233. "condition": { //模式配置,仅开发期间生效
  234. "current": 0, //当前激活的模式(list 的索引项)
  235. "list": [{
  236. "name": "login", //模式名称
  237. "path": "pages/Login/clientIndex", //启动页面,必选
  238. "query": "" //启动参数,在页面的onLoad函数里面得到
  239. }]
  240. }
  241. }