pages.json 3.9 KB

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