pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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. "navigationBarBackgroundColor": "#3D5D4C",
  91. "navigationBarTextStyle": "white"
  92. }
  93. }, {
  94. "path": "pages/basicTraining/basicTraining",
  95. "style": {
  96. "navigationBarTitleText": "适应性培训",
  97. "navigationBarBackgroundColor": "#3D5D4C",
  98. "navigationBarTextStyle": "white"
  99. }
  100. }, {
  101. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  102. "style": {
  103. "navigationBarTitleText": "我的适应性培训",
  104. "navigationBarBackgroundColor": "#3D5D4C",
  105. "navigationBarTextStyle": "white"
  106. }
  107. }, {
  108. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  109. "style": {
  110. "navigationBarTitleText": "在线上课"
  111. }
  112. }, {
  113. "path": "pages/upgrade/upgrade/upgrade",
  114. "style": {
  115. "navigationBarTitleText": "学历提升",
  116. "navigationStyle": "custom"
  117. }
  118. }, {
  119. "path": "pages/upgrade/introductionDetails/introductionDetails",
  120. "style": {
  121. "navigationBarTitleText": "学历提升",
  122. "navigationStyle": "custom"
  123. }
  124. }, {
  125. "path": "pages/inbuild/inbuild",
  126. "style": {
  127. "navigationBarTitleText": "建设中"
  128. }
  129. }, {
  130. "path": "pages/recruitment/recruitment",
  131. "style": {
  132. "navigationStyle": "custom",
  133. "navigationBarTitleText": "招聘就业"
  134. }
  135. }, {
  136. "path": "pages/myResume/myResume",
  137. "style": {
  138. "navigationBarTitleText": "简历",
  139. "enablePullDownRefresh": false,
  140. "navigationBarBackgroundColor": "#3D5D4C",
  141. "navigationBarTextStyle": "white"
  142. }
  143. }, {
  144. "path": "pages/myResume/addExperience",
  145. "style": {
  146. "navigationBarTitleText": "添加工作经历",
  147. "enablePullDownRefresh": false,
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "pages/myResume/addEducation",
  153. "style": {
  154. "navigationBarTitleText": "添加培训与教育经历",
  155. "enablePullDownRefresh": false,
  156. "navigationStyle": "custom"
  157. }
  158. },
  159. {
  160. "path": "pages/dynamicTracking/dynamicTracking",
  161. "style": {
  162. "navigationBarTitleText": "全链条动态跟踪",
  163. "enablePullDownRefresh": false
  164. }
  165. }, {
  166. "path": "pages/personalModify/personalModify",
  167. "style": {
  168. "navigationBarTitleText": "个人资料修改",
  169. "enablePullDownRefresh": false,
  170. "navigationBarBackgroundColor": "#3D5D4C",
  171. "navigationBarTextStyle": "white"
  172. }
  173. }, {
  174. "path": "pages/schools/schools",
  175. "style": {
  176. "navigationBarTitleText": "学院列表",
  177. "navigationBarBackgroundColor": "#3D5D4C",
  178. "navigationBarTextStyle": "white"
  179. }
  180. }, {
  181. "path": "pages/skillsTraining/skillsTraining",
  182. "style": {
  183. "navigationBarTitleText": "技能培训"
  184. }
  185. }, {
  186. "path": "pages/basicTraining/basicTraining",
  187. "style": {
  188. "navigationBarTitleText": "适应性培训"
  189. }
  190. }, {
  191. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  192. "style": {
  193. "navigationBarTitleText": "我的适应性培训",
  194. "navigationBarBackgroundColor": "#3D5D4C",
  195. "navigationBarTextStyle": "white"
  196. }
  197. }, {
  198. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  199. "style": {
  200. "navigationBarTitleText": "在线上课"
  201. }
  202. }, {
  203. "path": "pages/inbuild/inbuild",
  204. "style": {
  205. "navigationBarTitleText": "建设中"
  206. }
  207. }, {
  208. "path": "pages/recruitment/recruitment",
  209. "style": {
  210. "navigationStyle": "custom",
  211. "navigationBarTitleText": "招聘就业"
  212. }
  213. }, {
  214. "path": "pages/myResume/myResume",
  215. "style": {
  216. "navigationBarTitleText": "简历",
  217. "enablePullDownRefresh": false,
  218. "navigationBarBackgroundColor": "#2a82e4",
  219. "navigationBarTextStyle": "white"
  220. }
  221. }, {
  222. "path": "pages/dynamicTracking/dynamicTracking",
  223. "style": {
  224. "navigationBarTitleText": "全链条动态跟踪",
  225. "enablePullDownRefresh": false
  226. }
  227. }, {
  228. "path": "pages/personalModify/personalModify",
  229. "style": {
  230. "navigationBarTitleText": "个人资料修改",
  231. "enablePullDownRefresh": false,
  232. "navigationBarBackgroundColor": "#fff"
  233. }
  234. }, {
  235. "path": "pages/evaluationIntention/evaluationIntention",
  236. "style": {
  237. "navigationBarTitleText": "求职意向自我评价",
  238. "enablePullDownRefresh": false,
  239. "navigationStyle": "custom"
  240. }
  241. }, {
  242. "path": "pages/myDelivery/myDelivery",
  243. "style": {
  244. "navigationBarTitleText": "我的投递",
  245. "enablePullDownRefresh": false,
  246. "navigationBarBackgroundColor": "#3D5D4C",
  247. "navigationBarTextStyle": "white"
  248. }
  249. }, {
  250. "path": "pages/myInterview/myInterview",
  251. "style": {
  252. "navigationBarTitleText": "我的面试",
  253. "enablePullDownRefresh": false,
  254. "navigationBarBackgroundColor": "#3D5D4C",
  255. "navigationBarTextStyle": "white"
  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. "path": "pages/upgrade/courseDetail/courseDetail",
  417. "style": {
  418. "navigationBarTitleText": "课程详细",
  419. "enablePullDownRefresh": false,
  420. "navigationBarBackgroundColor": "#3D5D4C",
  421. "navigationBarTextStyle": "white"
  422. }
  423. }, {
  424. "path": "pages/skillsTraining/registrationNotice/registrationNotice",
  425. "style": {
  426. "navigationBarTitleText": "报班通知",
  427. "enablePullDownRefresh": false,
  428. "navigationBarBackgroundColor": "#3D5D4C",
  429. "navigationBarTextStyle": "white"
  430. }
  431. }, {
  432. "path": "pages/mine/skillsTraining/skillsTraining",
  433. "style": {
  434. "navigationBarTitleText": "我的技能培训",
  435. "enablePullDownRefresh": false,
  436. "navigationBarBackgroundColor": "#3D5D4C",
  437. "navigationBarTextStyle": "white"
  438. }
  439. }, {
  440. "path": "pages/skillsTraining/skillsPackage/skillsPackage",
  441. "style": {
  442. "navigationBarTitleText": "技能包",
  443. "enablePullDownRefresh": false,
  444. "navigationBarBackgroundColor": "#3D5D4C",
  445. "navigationBarTextStyle": "white"
  446. }
  447. }, {
  448. "path": "pages/skillsTraining/skillsTrainingCourse/skillsTrainingCourse",
  449. "style": {
  450. "navigationBarTitleText": "技能培训课程",
  451. "enablePullDownRefresh": false,
  452. "navigationBarBackgroundColor": "#3D5D4C",
  453. "navigationBarTextStyle": "white"
  454. }
  455. }, {
  456. "path": "pages/skillsTraining/submitSuccess/submitSuccess",
  457. "style": {
  458. "navigationBarTitleText": "",
  459. "enablePullDownRefresh": false,
  460. "navigationStyle": "custom"
  461. }
  462. }, {
  463. "path": "pages/skillsTraining/courseDetailed/courseDetailed",
  464. "style": {
  465. "navigationBarTitleText": "课程详细",
  466. "enablePullDownRefresh": false,
  467. "navigationBarBackgroundColor": "#3D5D4C",
  468. "navigationBarTextStyle": "white"
  469. }
  470. }, {
  471. "path": "pages/mine/skillsTraining/skillsTrainingDetails/skillsTrainingDetails",
  472. "style": {
  473. "navigationBarTitleText": "我的技能培训详情",
  474. "enablePullDownRefresh": false,
  475. "navigationBarBackgroundColor": "#3D5D4C",
  476. "navigationBarTextStyle": "white"
  477. }
  478. }, {
  479. "path": "pages/skillsTraining/achievementCertificate/achievementCertificate",
  480. "style": {
  481. "navigationBarTitleText": "成绩和证书",
  482. "enablePullDownRefresh": false,
  483. "navigationStyle": "custom"
  484. }
  485. }, {
  486. "path": "pages/skillsTraining/addAchievementCertificate/addAchievementCertificate",
  487. "style": {
  488. "navigationBarTitleText": "录入成绩与证书",
  489. "enablePullDownRefresh": false,
  490. "navigationBarBackgroundColor": "#3D5D4C",
  491. "navigationBarTextStyle": "white"
  492. }
  493. }, {
  494. "path": "pages/skillsTraining/certificateDetails/certificateDetails",
  495. "style": {
  496. "navigationBarTitleText": "证书详情",
  497. "enablePullDownRefresh": false,
  498. "navigationBarBackgroundColor": "#3D5D4C",
  499. "navigationBarTextStyle": "white"
  500. }
  501. }, {
  502. "path": "pages/notification/noticeDetails/noticeDetails",
  503. "style": {
  504. "navigationBarTitleText": "消息详情",
  505. "enablePullDownRefresh": false,
  506. "navigationBarBackgroundColor": "#3D5D4C",
  507. "navigationBarTextStyle": "white"
  508. }
  509. }, {
  510. "path": "pages/upgrade/upgradeCourse/upgradeCourse",
  511. "style": {
  512. "navigationBarTitleText": "学历提升课程",
  513. "enablePullDownRefresh": false,
  514. "navigationBarBackgroundColor": "#3D5D4C",
  515. "navigationBarTextStyle": "white"
  516. }
  517. }
  518. ],
  519. "globalStyle": {
  520. "navigationBarTextStyle": "black",
  521. "navigationBarTitleText": "uni-app",
  522. "navigationBarBackgroundColor": "#F2F2F2",
  523. "backgroundColor": "#F2F2F2"
  524. },
  525. "tabBar": {
  526. "color": "#909399",
  527. "selectedColor": "#303133",
  528. "borderStyle": "black",
  529. "backgroundColor": "#ffffff",
  530. "list": [{
  531. "pagePath": "pages/index/index",
  532. "iconPath": "static/icons/index-gray.png",
  533. "selectedIconPath": "static/icons/index.png",
  534. "text": "首页"
  535. }, {
  536. "pagePath": "pages/mycode/mycode",
  537. "iconPath": "static/icons/code-gray.png",
  538. "selectedIconPath": "static/icons/code.png",
  539. "text": "退役军人码"
  540. }, {
  541. "pagePath": "pages/mine/mine",
  542. "iconPath": "static/icons/mine-gray.png",
  543. "selectedIconPath": "static/icons/mine.png",
  544. "text": "我"
  545. }]
  546. }
  547. }