pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationStyle": "custom", // 隐藏系统导航栏
  10. "navigationBarTitleText": "首页"
  11. }
  12. }, {
  13. "path": "pages/mycode/mycode",
  14. "style": {
  15. "navigationStyle": "custom",
  16. "navigationBarTitleText": "退役军人码"
  17. }
  18. },
  19. {
  20. "path": "pages/authentication/authentication",
  21. "style": {
  22. "navigationBarTitleText": "退役军人职业教育码申请"
  23. }
  24. },
  25. {
  26. "path": "pages/phoneLogin/phoneLogin",
  27. "style": {
  28. "navigationStyle": "custom",
  29. "navigationBarTitleText": "手机登录"
  30. }
  31. },
  32. {
  33. "path": "pages/bannerDetails/bannerDetails",
  34. "style": {
  35. "navigationBarTitleText": "详情页"
  36. }
  37. }, {
  38. "path": "pages/policyNews/policyNews",
  39. "style": {
  40. "navigationBarTitleText": "政策资讯"
  41. }
  42. }, {
  43. "path": "pages/policyNewsDetails/policyNewsDetails",
  44. "style": {
  45. "navigationBarTitleText": "文章详情"
  46. }
  47. }, {
  48. "path": "pages/newsDetails/newsDetails",
  49. "style": {
  50. "navigationBarTitleText": "新闻详情",
  51. "navigationBarBackgroundColor": "#3D5D4C",
  52. "navigationBarTextStyle": "white"
  53. }
  54. },
  55. {
  56. "path": "pages/login/code",
  57. "style": {
  58. "navigationBarTitleText": "验证码"
  59. }
  60. },
  61. {
  62. "path": "pages/mine/mine",
  63. "style": {
  64. "navigationBarTitleText": "个人中心",
  65. "navigationStyle": "custom"
  66. }
  67. },
  68. {
  69. "path": "pages/center/center",
  70. "style": {
  71. "navigationBarTitleText": "中心",
  72. "enablePullDownRefresh": false
  73. }
  74. }, {
  75. "path": "pages/privacyPolicy/privacyPolicy",
  76. "style": {
  77. "navigationBarTitleText": "隐私政策"
  78. }
  79. }, {
  80. "path": "pages/schools/schools",
  81. "style": {
  82. "navigationBarTitleText": "学院列表",
  83. "navigationBarBackgroundColor": "#3D5D4C",
  84. "navigationBarTextStyle": "white"
  85. }
  86. }, {
  87. "path": "pages/skillsTraining/skillsTraining",
  88. "style": {
  89. "navigationBarTitleText": "技能培训"
  90. }
  91. }, {
  92. "path": "pages/basicTraining/basicTraining",
  93. "style": {
  94. "navigationBarTitleText": "适应性培训",
  95. "navigationBarBackgroundColor": "#3D5D4C",
  96. "navigationBarTextStyle": "white"
  97. }
  98. }, {
  99. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  100. "style": {
  101. "navigationBarTitleText": "我的适应性培训"
  102. }
  103. }, {
  104. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  105. "style": {
  106. "navigationBarTitleText": "在线上课"
  107. }
  108. }, {
  109. "path": "pages/upgrade/upgrade/upgrade",
  110. "style": {
  111. "navigationBarTitleText": "学历提升",
  112. "navigationStyle": "custom"
  113. }
  114. }, {
  115. "path": "pages/upgrade/introductionDetails/introductionDetails",
  116. "style": {
  117. "navigationBarTitleText": "学历提升",
  118. "navigationStyle": "custom"
  119. }
  120. }, {
  121. "path": "pages/inbuild/inbuild",
  122. "style": {
  123. "navigationBarTitleText": "建设中"
  124. }
  125. }, {
  126. "path": "pages/recruitment/recruitment",
  127. "style": {
  128. "navigationStyle": "custom",
  129. "navigationBarTitleText": "招聘就业"
  130. }
  131. }, {
  132. "path": "pages/myResume/myResume",
  133. "style": {
  134. "navigationBarTitleText": "简历",
  135. "enablePullDownRefresh": false,
  136. "navigationBarBackgroundColor": "#3D5D4C",
  137. "navigationBarTextStyle": "white"
  138. }
  139. }, {
  140. "path": "pages/myResume/addExperience",
  141. "style": {
  142. "navigationBarTitleText": "添加工作经历",
  143. "enablePullDownRefresh": false,
  144. "navigationStyle": "custom"
  145. }
  146. },
  147. {
  148. "path": "pages/myResume/addEducation",
  149. "style": {
  150. "navigationBarTitleText": "添加培训与教育经历",
  151. "enablePullDownRefresh": false,
  152. "navigationStyle": "custom"
  153. }
  154. },
  155. {
  156. "path": "pages/dynamicTracking/dynamicTracking",
  157. "style": {
  158. "navigationBarTitleText": "全链条动态跟踪",
  159. "enablePullDownRefresh": false
  160. }
  161. }, {
  162. "path": "pages/personalModify/personalModify",
  163. "style": {
  164. "navigationBarTitleText": "个人资料修改",
  165. "enablePullDownRefresh": false,
  166. "navigationBarBackgroundColor": "#3D5D4C",
  167. "navigationBarTextStyle": "white"
  168. }
  169. }, {
  170. "path": "pages/schools/schools",
  171. "style": {
  172. "navigationBarTitleText": "学院列表",
  173. "navigationBarBackgroundColor": "#3D5D4C",
  174. "navigationBarTextStyle": "white"
  175. }
  176. }, {
  177. "path": "pages/skillsTraining/skillsTraining",
  178. "style": {
  179. "navigationBarTitleText": "技能培训"
  180. }
  181. }, {
  182. "path": "pages/basicTraining/basicTraining",
  183. "style": {
  184. "navigationBarTitleText": "适应性培训"
  185. }
  186. }, {
  187. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  188. "style": {
  189. "navigationBarTitleText": "我的适应性培训"
  190. }
  191. }, {
  192. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  193. "style": {
  194. "navigationBarTitleText": "在线上课"
  195. }
  196. }, {
  197. "path": "pages/inbuild/inbuild",
  198. "style": {
  199. "navigationBarTitleText": "建设中"
  200. }
  201. }, {
  202. "path": "pages/recruitment/recruitment",
  203. "style": {
  204. "navigationStyle": "custom",
  205. "navigationBarTitleText": "招聘就业"
  206. }
  207. }, {
  208. "path": "pages/myResume/myResume",
  209. "style": {
  210. "navigationBarTitleText": "简历",
  211. "enablePullDownRefresh": false,
  212. "navigationBarBackgroundColor": "#2a82e4",
  213. "navigationBarTextStyle": "white"
  214. }
  215. }, {
  216. "path": "pages/dynamicTracking/dynamicTracking",
  217. "style": {
  218. "navigationBarTitleText": "全链条动态跟踪",
  219. "enablePullDownRefresh": false
  220. }
  221. }, {
  222. "path": "pages/personalModify/personalModify",
  223. "style": {
  224. "navigationBarTitleText": "个人资料修改",
  225. "enablePullDownRefresh": false,
  226. "navigationBarBackgroundColor": "#fff"
  227. }
  228. }, {
  229. "path": "pages/evaluationIntention/evaluationIntention",
  230. "style": {
  231. "navigationBarTitleText": "求职意向自我评价",
  232. "enablePullDownRefresh": false,
  233. "navigationStyle": "custom"
  234. }
  235. }, {
  236. "path": "pages/myDelivery/myDelivery",
  237. "style": {
  238. "navigationBarTitleText": "我的投递",
  239. "enablePullDownRefresh": false,
  240. "navigationBarBackgroundColor": "#3D5D4C",
  241. "navigationBarTextStyle": "white"
  242. }
  243. }, {
  244. "path": "pages/myInterview/myInterview",
  245. "style": {
  246. "navigationBarTitleText": "我的面试",
  247. "enablePullDownRefresh": false,
  248. "navigationBarBackgroundColor": "#3D5D4C",
  249. "navigationBarTextStyle": "white"
  250. }
  251. }, {
  252. "path": "pages/mySkillsTraining/mySkillsTraining",
  253. "style": {
  254. "navigationBarTitleText": "我的技能培训",
  255. "enablePullDownRefresh": false
  256. }
  257. }, {
  258. "path": "pages/myEvaluation/myEvaluation",
  259. "style": {
  260. "navigationBarTitleText": "我的评价",
  261. "enablePullDownRefresh": false,
  262. "navigationBarBackgroundColor": "#3D5D4C",
  263. "navigationBarTextStyle": "white"
  264. }
  265. }, {
  266. "path": "pages/setting/setting",
  267. "style": {
  268. "navigationBarTitleText": "设置",
  269. "enablePullDownRefresh": false,
  270. "navigationBarBackgroundColor": "#3D5D4C",
  271. "navigationBarTextStyle": "white"
  272. }
  273. }, {
  274. "path": "pages/progressiveIntegral/progressiveIntegral",
  275. "style": {
  276. "navigationBarTitleText": "进步积分",
  277. "enablePullDownRefresh": false,
  278. "navigationStyle": "custom"
  279. }
  280. }, {
  281. "path": "pages/cooperativeEnterprise/cooperativeEnterprise",
  282. "style": {
  283. "navigationBarTitleText": "企业列表",
  284. "enablePullDownRefresh": false,
  285. "navigationBarBackgroundColor": "#3D5D4C",
  286. "navigationBarTextStyle": "white"
  287. }
  288. }, {
  289. "path": "pages/businessDetails/businessDetails",
  290. "style": {
  291. "navigationBarTitleText": "企业详情",
  292. "navigationStyle": "custom"
  293. }
  294. }, {
  295. "path": "pages/jobDetails/jobDetails",
  296. "style": {
  297. "navigationBarTitleText": "职位详情",
  298. "enablePullDownRefresh": false,
  299. "navigationBarBackgroundColor": "#3D5D4C",
  300. "navigationBarTextStyle": "white"
  301. }
  302. }, {
  303. "path": "pages/resumeDeliveryResults/resumeDeliveryResults",
  304. "style": {
  305. "navigationBarTitleText": "简历投递结果",
  306. "enablePullDownRefresh": false,
  307. "navigationStyle": "custom"
  308. }
  309. }, {
  310. "path": "pages/applyEducationCode/applyEducationCode",
  311. "style": {
  312. "navigationBarTitleText": "退役军人职业教育码申请",
  313. "enablePullDownRefresh": false,
  314. "navigationBarBackgroundColor": "#3D5D4C",
  315. "navigationBarTextStyle": "white"
  316. }
  317. }, {
  318. "path": "pages/applyEducationCode/applyEducationSuccess",
  319. "style": {
  320. "navigationBarTitleText": "退役军人职业教育码申请",
  321. "enablePullDownRefresh": false,
  322. "navigationBarBackgroundColor": "#3D5D4C",
  323. "navigationBarTextStyle": "white"
  324. }
  325. }, {
  326. "path": "pages/newsInformation/newsInformation",
  327. "style": {
  328. "navigationBarTitleText": "新闻动态",
  329. "enablePullDownRefresh": false,
  330. "navigationBarBackgroundColor": "#3D5D4C",
  331. "navigationBarTextStyle": "white"
  332. }
  333. }, {
  334. "path": "pages/schoolDetails/schoolDetails",
  335. "style": {
  336. "navigationBarTitleText": "学院详情",
  337. "navigationStyle": "custom"
  338. }
  339. }, {
  340. "path": "pages/professionalDetails/professionalDetails",
  341. "style": {
  342. "navigationBarTitleText": "专业详情",
  343. "enablePullDownRefresh": false,
  344. "navigationBarBackgroundColor": "#3D5D4C",
  345. "navigationBarTextStyle": "white"
  346. }
  347. }, {
  348. "path": "pages/policyInfo/policyInfo",
  349. "style": {
  350. "navigationBarTitleText": "政策资讯",
  351. "enablePullDownRefresh": false,
  352. "navigationBarBackgroundColor": "#3D5D4C",
  353. "navigationBarTextStyle": "white"
  354. }
  355. }, {
  356. "path": "pages/notification/notification",
  357. "style": {
  358. "navigationBarTitleText": "消息通知",
  359. "enablePullDownRefresh": false,
  360. "navigationBarBackgroundColor": "#3D5D4C",
  361. "navigationBarTextStyle": "white"
  362. }
  363. }, {
  364. "path": "pages/questionConsulting/questionConsulting",
  365. "style": {
  366. "navigationBarTitleText": "问题咨询",
  367. "enablePullDownRefresh": false,
  368. "navigationStyle": "custom"
  369. }
  370. }, {
  371. "path": "pages/policyInfo/policyInfoDetails",
  372. "style": {
  373. "navigationBarTitleText": "政策资讯详情",
  374. "enablePullDownRefresh": false,
  375. "navigationBarBackgroundColor": "#3D5D4C",
  376. "navigationBarTextStyle": "white"
  377. }
  378. }, {
  379. "path": "pages/integralRule/integralRule",
  380. "style": {
  381. "navigationBarTitleText": "积分规则",
  382. "enablePullDownRefresh": false,
  383. "navigationStyle": "custom"
  384. }
  385. }, {
  386. "path": "pages/recruitStudents/recruitStudents",
  387. "style": {
  388. "navigationBarTitleText": "招生简章",
  389. "enablePullDownRefresh": false,
  390. "navigationStyle": "custom"
  391. }
  392. }, {
  393. "path": "pages/upgrade/professionalIntroduction/professionalIntroduction",
  394. "style": {
  395. "navigationBarTitleText": "专业介绍",
  396. "enablePullDownRefresh": false,
  397. "navigationStyle": "custom"
  398. }
  399. }, {
  400. "path": "pages/basicTraining/onlineTrainingDetails/onlineTrainingDetails",
  401. "style": {
  402. "navigationBarTitleText": "适应性培训线上课程",
  403. "enablePullDownRefresh": false,
  404. "navigationBarBackgroundColor": "#3D5D4C",
  405. "navigationBarTextStyle": "white"
  406. }
  407. }, {
  408. "path": "pages/basicTraining/offlineTrainingDetails/offlineTrainingDetails",
  409. "style": {
  410. "navigationBarTitleText": "线下课程详情",
  411. "enablePullDownRefresh": false,
  412. "navigationBarBackgroundColor": "#3D5D4C",
  413. "navigationBarTextStyle": "white"
  414. }
  415. }
  416. ],
  417. "globalStyle": {
  418. "navigationBarTextStyle": "black",
  419. "navigationBarTitleText": "uni-app",
  420. "navigationBarBackgroundColor": "#F2F2F2",
  421. "backgroundColor": "#F2F2F2"
  422. },
  423. "tabBar": {
  424. "color": "#909399",
  425. "selectedColor": "#303133",
  426. "borderStyle": "black",
  427. "backgroundColor": "#ffffff",
  428. "list": [{
  429. "pagePath": "pages/index/index",
  430. "iconPath": "static/icons/index-gray.png",
  431. "selectedIconPath": "static/icons/index.png",
  432. "text": "首页"
  433. }, {
  434. "pagePath": "pages/mycode/mycode",
  435. "iconPath": "static/icons/code-gray.png",
  436. "selectedIconPath": "static/icons/code.png",
  437. "text": "退役军人码"
  438. }, {
  439. "pagePath": "pages/mine/mine",
  440. "iconPath": "static/icons/mine-gray.png",
  441. "selectedIconPath": "static/icons/mine.png",
  442. "text": "我"
  443. }]
  444. }
  445. }