pages.json 4.4 KB

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