pages.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login",
  12. "style": {
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/demo/richDemo",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. // 首页
  23. {
  24. "path": "pages/showZhengshu",
  25. "style": {
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. // 学院概况
  30. {
  31. "path": "pages/xygkXueyuanjianjie/xygkXueyuanjianjie",
  32. "style": {
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/xygkJigoushezhi/xygkJigoushezhi",
  38. "style": {
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/xygkXueyuanrongyu/xygkXueyuanrongyu",
  44. "style": {
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/xygkXueyuanwenhua/xygkXueyuanwenhua",
  50. "style": {
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/xygkXiaoyuanfengguang/xygkXiaoyuanfengguang",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "pages/xygkLianxifangshi/xygkLianxifangshi",
  62. "style": {
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. // 党群工作
  67. {
  68. "path": "pages/dqgzDangzuzhijiagou/dqgzDangzuzhijiagou",
  69. "style": {
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/dqgzGonghuizuzhijiagou/dqgzGonghuizuzhijiagou",
  75. "style": {
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/dqgzDangjiangongzuo/dqgzDangjiangongzuo",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "pages/dqgzDangyuanfengcai/dqgzDangyuanfengcai",
  87. "style": {
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/dqgzGonghuizhijia/dqgzGonghuizhijia",
  93. "style": {
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/dqgzDangjiangongzuoInfo/dqgzDangjiangongzuoInfo",
  99. "style": {
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "pages/dqgzXueyuanfengcaiInfo/dqgzXueyuanfengcaiInfo",
  105. "style": {
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "pages/dqgzGongzhuizhijiaInfo/dqgzGongzhuizhijiaInfo",
  111. "style": {
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. // 校园动态
  116. {
  117. "path": "pages/xydtXiaowugongkai/xydtXiaowugongkai",
  118. "style": {
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "pages/xydtXueyuanxingwen/xydtXueyuanxingwen",
  124. "style": {
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/xydtTongzhigonggao/xydtTongzhigonggao",
  130. "style": {
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/xydtXueyuanfengcai/xydtXueyuanfengcai",
  136. "style": {
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pages/xydtXueyuanxinwenInfo/xydtXueyuanxinwenInfo",
  142. "style": {
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "pages/xydtTongzhigonggaoInfo/xydtTongzhigonggaoInfo",
  148. "style": {
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "pages/xydtXiaowugongkaiInfo/xydtXiaowugongkaiInfo",
  154. "style": {
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/xydtXueyuanfengcaiInfo/xydtXueyuanfengcaiInfo",
  160. "style": {
  161. "navigationStyle": "custom"
  162. }
  163. },
  164. {
  165. "path": "pages/xsydDeyuduiwu/xsydDeyuduiwu",
  166. "style": {
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "pages/xsydXueshenghuodong/xsydXueshenghuodong",
  172. "style": {
  173. "navigationStyle": "custom"
  174. }
  175. },
  176. {
  177. "path": "pages/xsydGongqingtuan/xsydGongqingtuan",
  178. "style": {
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "pages/xsydZizhuguanli/xsydZizhuguanli",
  184. "style": {
  185. "navigationStyle": "custom"
  186. }
  187. },
  188. {
  189. "path": "pages/xsydDeyuduiwuInfo/xsydDeyuduiwuInfo",
  190. "style": {
  191. "navigationStyle": "custom"
  192. }
  193. },
  194. {
  195. "path": "pages/xsydXueshenghuodongInfo/xsydXueshenghuodongInfo",
  196. "style": {
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. {
  201. "path": "pages/xsydGongqingtuanInfo/xsydGongqingtuanInfo",
  202. "style": {
  203. "navigationStyle": "custom"
  204. }
  205. },
  206. {
  207. "path": "pages/xsydZizhuguanliInfo/xsydZizhuguanliInfo",
  208. "style": {
  209. "navigationStyle": "custom"
  210. }
  211. },
  212. // 教育教学
  213. {
  214. "path": "pages/jyjxZhuanyejianshe/jyjxZhuanyejianshe",
  215. "style": {
  216. "navigationStyle": "custom"
  217. }
  218. },
  219. {
  220. "path": "pages/jyjxShiziduiwu/jyjxShiziduiwu",
  221. "style": {
  222. "navigationStyle": "custom"
  223. }
  224. },
  225. {
  226. "path": "pages/jyjxKeyanhuodong/jyjxKeyanhuodong",
  227. "style": {
  228. "navigationStyle": "custom"
  229. }
  230. },
  231. {
  232. "path": "pages/jyjxKeyandongtai/jyjxKeyandongtai",
  233. "style": {
  234. "navigationStyle": "custom"
  235. }
  236. },
  237. {
  238. "path": "pages/jyjxJinengjianding/jyjxJinengjianding",
  239. "style": {
  240. "navigationStyle": "custom"
  241. }
  242. },
  243. {
  244. "path": "pages/jyjxDierketang/jyjxDierketang",
  245. "style": {
  246. "navigationStyle": "custom"
  247. }
  248. },
  249. {
  250. "path": "pages/jyjxDasaifengcai/jyjxDasaifengcai",
  251. "style": {
  252. "navigationStyle": "custom"
  253. }
  254. },
  255. {
  256. "path": "pages/jyjxZhongdianxiangmu/jyjxZhongdianxiangmu",
  257. "style": {
  258. "navigationStyle": "custom"
  259. }
  260. },
  261. {
  262. "path": "pages/jyjxXiaoqihezuo/jyjxXiaoqihezuo",
  263. "style": {
  264. "navigationStyle": "custom"
  265. }
  266. },
  267. {
  268. "path": "pages/jyjxGuizhangzhidu/jyjxGuizhangzhidu",
  269. "style": {
  270. "navigationStyle": "custom"
  271. }
  272. },
  273. // 招生就业
  274. {
  275. "path": "pages/zsjyZhaoshengjianzhang/zsjyZhaoshengjianzhang",
  276. "style": {
  277. "navigationStyle": "custom"
  278. }
  279. },
  280. {
  281. "path": "pages/zsjyZhuanyejieshao/zsjyZhuanyejieshao",
  282. "style": {
  283. "navigationStyle": "custom"
  284. }
  285. },
  286. {
  287. "path": "pages/zsjyShengxue/zsjyShengxue",
  288. "style": {
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "pages/zsjyBaokaozhinan/zsjyBaokaozhinan",
  294. "style": {
  295. "navigationStyle": "custom"
  296. }
  297. },
  298. {
  299. "path": "pages/zsjyWangnianluqufenshu/zsjyWangnianluqufenshu",
  300. "style": {
  301. "navigationStyle": "custom"
  302. }
  303. },
  304. {
  305. "path": "pages/zsjyXiaoqihezuo/zsjyXiaoqihezuo",
  306. "style": {
  307. "navigationStyle": "custom"
  308. }
  309. },
  310. {
  311. "path": "pages/zsjyZhaopinxinxi/zsjyZhaopinxinxi",
  312. "style": {
  313. "navigationStyle": "custom"
  314. }
  315. },
  316. {
  317. "path": "pages/zsjyZhengcewenjian/zsjyZhengcewenjian",
  318. "style": {
  319. "navigationStyle": "custom"
  320. }
  321. },
  322. {
  323. "path": "pages/zsjyYouxiubiyesheng/zsjyYouxiubiyesheng",
  324. "style": {
  325. "navigationStyle": "custom"
  326. }
  327. },
  328. {
  329. "path": "pages/zsjyYubaoming/zsjyYubaoming",
  330. "style": {
  331. "navigationStyle": "custom"
  332. }
  333. },
  334. {
  335. "path": "pages/zsjyXiaoqihezuoInfo/zsjyXiaoqihezuoInfo",
  336. "style": {
  337. "navigationStyle": "custom"
  338. }
  339. },
  340. {
  341. "path": "pages/zsjyZhengcewenhuaInfo/zsjyZhengcewenhuaInfo",
  342. "style": {
  343. "navigationStyle": "custom"
  344. }
  345. },
  346. {
  347. "path": "pages/zsjyYouxiubiyeshengInfo/zsjyYouxiubiyeshengInfo",
  348. "style": {
  349. "navigationStyle": "custom"
  350. }
  351. },
  352. {
  353. "path": "pages/zypxTongzhigonggao/zypxTongzhigonggao",
  354. "style": {
  355. "navigationStyle": "custom"
  356. }
  357. },
  358. // 下载中心
  359. {
  360. "path": "pages/xzzxXiazaizhongxin/xzzxXiazaizhongxin",
  361. "style": {
  362. "navigationStyle": "custom"
  363. }
  364. },
  365. // 职业培训
  366. {
  367. "path": "pages/zypxTongzhigonggaoInfo/zypxTongzhigonggaoInfo",
  368. "style": {
  369. "navigationStyle": "custom"
  370. }
  371. }
  372. ],
  373. "tabBar": {
  374. "custom": true,
  375. "list": []
  376. },
  377. "globalStyle": {
  378. "navigationBarTextStyle": "black",
  379. "navigationBarTitleText": "麦塔软件",
  380. "navigationBarBackgroundColor": "#F8F8F8",
  381. //禁止滑动返回
  382. "app-plus": {
  383. "popGesture": "none"
  384. }
  385. },
  386. "uniIdRouter": {},
  387. "condition": { //模式配置,仅开发期间生效
  388. "current": 0, //当前激活的模式(list 的索引项)
  389. "list": [{
  390. "name": "login", //模式名称
  391. "path": "pages/index/index", //启动页面,必选
  392. "query": "" //启动参数,在页面的onLoad函数里面得到
  393. }]
  394. }
  395. }