pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  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. "navigationStyle":"custom"
  24. }
  25. },
  26. {
  27. "path": "pages/phoneLogin/phoneLogin",
  28. "style": {
  29. "navigationStyle": "custom",
  30. "navigationBarTitleText": "手机登录"
  31. }
  32. },
  33. {
  34. "path": "pages/bannerDetails/bannerDetails",
  35. "style": {
  36. "navigationBarTitleText": "详情页",
  37. "navigationStyle": "custom"
  38. }
  39. }, {
  40. "path": "pages/policyNews/policyNews",
  41. "style": {
  42. "navigationBarTitleText": "政策资讯"
  43. }
  44. }, {
  45. "path": "pages/policyNewsDetails/policyNewsDetails",
  46. "style": {
  47. "navigationBarTitleText": "文章详情"
  48. }
  49. }, {
  50. "path": "pages/newsDetails/newsDetails",
  51. "style": {
  52. "navigationBarTitleText": "新闻详情",
  53. "navigationBarBackgroundColor": "#3D5D4C",
  54. "navigationBarTextStyle": "white",
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/login/code",
  60. "style": {
  61. "navigationBarTitleText": "验证码"
  62. }
  63. },
  64. {
  65. "path": "pages/mine/mine",
  66. "style": {
  67. "navigationBarTitleText": "个人中心",
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/center/center",
  73. "style": {
  74. "navigationBarTitleText": "中心",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "pages/privacyPolicy/privacyPolicy",
  79. "style": {
  80. "navigationBarTitleText": "隐私政策"
  81. }
  82. }, {
  83. "path": "pages/schools/schools",
  84. "style": {
  85. "navigationBarTitleText": "学院列表",
  86. "navigationBarBackgroundColor": "#3D5D4C",
  87. "navigationBarTextStyle": "white",
  88. "navigationStyle": "custom"
  89. }
  90. }, {
  91. "path": "pages/skillsTraining/skillsTraining",
  92. "style": {
  93. "navigationBarTitleText": "技能培训",
  94. "navigationBarBackgroundColor": "#3D5D4C",
  95. "navigationBarTextStyle": "white",
  96. "navigationStyle": "custom"
  97. }
  98. }, {
  99. "path": "pages/basicTraining/basicTraining",
  100. "style": {
  101. "navigationBarTitleText": "适应性培训",
  102. "navigationBarBackgroundColor": "#3D5D4C",
  103. "navigationBarTextStyle": "white",
  104. "navigationStyle":"custom"
  105. }
  106. }, {
  107. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  108. "style": {
  109. "navigationBarTitleText": "我的适应性培训",
  110. "navigationBarBackgroundColor": "#3D5D4C",
  111. "navigationBarTextStyle": "white",
  112. "navigationStyle":"custom"
  113. }
  114. }, {
  115. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  116. "style": {
  117. "navigationBarTitleText": "在线上课"
  118. }
  119. }, {
  120. "path": "pages/upgrade/upgrade/upgrade",
  121. "style": {
  122. "navigationBarTitleText": "学历提升",
  123. "navigationStyle": "custom"
  124. }
  125. }, {
  126. "path": "pages/upgrade/introductionDetails/introductionDetails",
  127. "style": {
  128. "navigationBarTitleText": "学历提升",
  129. "navigationStyle": "custom"
  130. }
  131. }, {
  132. "path": "pages/inbuild/inbuild",
  133. "style": {
  134. "navigationBarTitleText": "建设中"
  135. }
  136. }, {
  137. "path": "pages/recruitment/recruitment",
  138. "style": {
  139. "navigationBarTitleText": "招聘就业",
  140. "navigationBarBackgroundColor": "#3D5D4C",
  141. "navigationBarTextStyle": "white",
  142. "navigationStyle": "custom"
  143. }
  144. }, {
  145. "path": "pages/myResume/myResume",
  146. "style": {
  147. "navigationBarTitleText": "简历",
  148. "enablePullDownRefresh": false,
  149. "navigationBarBackgroundColor": "#3D5D4C",
  150. "navigationBarTextStyle": "white",
  151. "navigationStyle":"custom"
  152. }
  153. }, {
  154. "path": "pages/myResume/addExperience",
  155. "style": {
  156. "navigationBarTitleText": "添加工作经历",
  157. "enablePullDownRefresh": false,
  158. "navigationStyle": "custom"
  159. }
  160. },
  161. {
  162. "path": "pages/myResume/addEducation",
  163. "style": {
  164. "navigationBarTitleText": "添加培训与教育经历",
  165. "enablePullDownRefresh": false,
  166. "navigationStyle": "custom"
  167. }
  168. }, {
  169. "path": "pages/personalModify/personalModify",
  170. "style": {
  171. "navigationBarTitleText": "个人资料修改",
  172. "enablePullDownRefresh": false,
  173. "navigationBarBackgroundColor": "#3D5D4C",
  174. "navigationBarTextStyle": "white"
  175. }
  176. }, {
  177. "path": "pages/schools/schools",
  178. "style": {
  179. "navigationBarTitleText": "学院列表",
  180. "navigationBarBackgroundColor": "#3D5D4C",
  181. "navigationBarTextStyle": "white",
  182. "navigationStyle": "custom"
  183. }
  184. }, {
  185. "path": "pages/skillsTraining/skillsTraining",
  186. "style": {
  187. "navigationBarTitleText": "技能培训"
  188. }
  189. }, {
  190. "path": "pages/basicTraining/basicTraining",
  191. "style": {
  192. "navigationBarTitleText": "适应性培训"
  193. }
  194. }, {
  195. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  196. "style": {
  197. "navigationBarTitleText": "我的适应性培训",
  198. "navigationBarBackgroundColor": "#3D5D4C",
  199. "navigationBarTextStyle": "white"
  200. }
  201. }, {
  202. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  203. "style": {
  204. "navigationBarTitleText": "在线上课"
  205. }
  206. }, {
  207. "path": "pages/inbuild/inbuild",
  208. "style": {
  209. "navigationBarTitleText": "建设中"
  210. }
  211. }, {
  212. "path": "pages/recruitment/recruitment",
  213. "style": {
  214. "navigationStyle": "custom",
  215. "navigationBarTitleText": "招聘就业"
  216. }
  217. }, {
  218. "path": "pages/myResume/myResume",
  219. "style": {
  220. "navigationBarTitleText": "简历",
  221. "enablePullDownRefresh": false,
  222. "navigationBarBackgroundColor": "#2a82e4",
  223. "navigationBarTextStyle": "white"
  224. }
  225. }, {
  226. "path": "pages/personalModify/personalModify",
  227. "style": {
  228. "navigationBarTitleText": "个人资料修改",
  229. "enablePullDownRefresh": false,
  230. "navigationBarBackgroundColor": "#fff"
  231. }
  232. }, {
  233. "path": "pages/evaluationIntention/evaluationIntention",
  234. "style": {
  235. "navigationBarTitleText": "求职意向自我评价",
  236. "enablePullDownRefresh": false,
  237. "navigationStyle": "custom"
  238. }
  239. }, {
  240. "path": "pages/myDelivery/myDelivery",
  241. "style": {
  242. "navigationBarTitleText": "我的投递",
  243. "enablePullDownRefresh": false,
  244. "navigationBarBackgroundColor": "#3D5D4C",
  245. "navigationBarTextStyle": "white",
  246. "navigationStyle":"custom"
  247. }
  248. }, {
  249. "path": "pages/myInterview/myInterview",
  250. "style": {
  251. "navigationBarTitleText": "我的面试",
  252. "enablePullDownRefresh": false,
  253. "navigationBarBackgroundColor": "#3D5D4C",
  254. "navigationBarTextStyle": "white",
  255. "navigationStyle":"custom"
  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. "navigationStyle":"custom"
  273. }
  274. }, {
  275. "path": "pages/progressiveIntegral/progressiveIntegral",
  276. "style": {
  277. "navigationBarTitleText": "进步积分",
  278. "enablePullDownRefresh": false,
  279. "navigationStyle": "custom"
  280. }
  281. }, {
  282. "path": "pages/cooperativeEnterprise/cooperativeEnterprise",
  283. "style": {
  284. "navigationBarTitleText": "企业列表",
  285. "enablePullDownRefresh": false,
  286. "navigationBarBackgroundColor": "#3D5D4C",
  287. "navigationBarTextStyle": "white",
  288. "navigationStyle": "custom"
  289. }
  290. }, {
  291. "path": "pages/businessDetails/businessDetails",
  292. "style": {
  293. "navigationBarTitleText": "企业详情",
  294. "navigationStyle": "custom"
  295. }
  296. }, {
  297. "path": "pages/jobDetails/jobDetails",
  298. "style": {
  299. "navigationBarTitleText": "职位详情",
  300. "enablePullDownRefresh": false,
  301. "navigationBarBackgroundColor": "#3D5D4C",
  302. "navigationBarTextStyle": "white",
  303. "navigationStyle": "custom"
  304. }
  305. }, {
  306. "path": "pages/resumeDeliveryResults/resumeDeliveryResults",
  307. "style": {
  308. "navigationBarTitleText": "简历投递结果",
  309. "enablePullDownRefresh": false,
  310. "navigationStyle": "custom"
  311. }
  312. }, {
  313. "path": "pages/applyEducationCode/applyEducationCode",
  314. "style": {
  315. "navigationBarTitleText": "退役军人职业教育码申请",
  316. "enablePullDownRefresh": false,
  317. "navigationBarBackgroundColor": "#3D5D4C",
  318. "navigationBarTextStyle": "white",
  319. "navigationStyle":"custom"
  320. }
  321. }, {
  322. "path": "pages/applyEducationCode/applyEducationSuccess",
  323. "style": {
  324. "navigationBarTitleText": "退役军人职业教育码申请",
  325. "enablePullDownRefresh": false,
  326. "navigationStyle": "custom"
  327. }
  328. }, {
  329. "path": "pages/newsInformation/newsInformation",
  330. "style": {
  331. "navigationBarTitleText": "新闻动态",
  332. "enablePullDownRefresh": false,
  333. "navigationBarBackgroundColor": "#3D5D4C",
  334. "navigationBarTextStyle": "white",
  335. "navigationStyle": "custom"
  336. }
  337. }, {
  338. "path": "pages/schoolDetails/schoolDetails",
  339. "style": {
  340. "navigationBarTitleText": "学院详情",
  341. "navigationStyle": "custom"
  342. }
  343. }, {
  344. "path": "pages/professionalDetails/professionalDetails",
  345. "style": {
  346. "navigationBarTitleText": "专业详情",
  347. "enablePullDownRefresh": false,
  348. "navigationBarBackgroundColor": "#3D5D4C",
  349. "navigationBarTextStyle": "white",
  350. "navigationStyle": "custom"
  351. }
  352. }, {
  353. "path": "pages/policyInfo/policyInfo",
  354. "style": {
  355. "navigationBarTitleText": "政策资讯",
  356. "enablePullDownRefresh": false,
  357. "navigationBarBackgroundColor": "#3D5D4C",
  358. "navigationBarTextStyle": "white",
  359. "navigationStyle": "custom"
  360. }
  361. }, {
  362. "path": "pages/notification/notification",
  363. "style": {
  364. "navigationBarTitleText": "消息通知",
  365. "enablePullDownRefresh": false,
  366. "navigationBarBackgroundColor": "#3D5D4C",
  367. "navigationBarTextStyle": "white",
  368. "navigationStyle": "custom"
  369. }
  370. }, {
  371. "path": "pages/questionConsulting/questionConsulting",
  372. "style": {
  373. "navigationBarTitleText": "问题咨询",
  374. "enablePullDownRefresh": false,
  375. "navigationStyle": "custom"
  376. }
  377. }, {
  378. "path": "pages/policyInfo/policyInfoDetails",
  379. "style": {
  380. "navigationBarTitleText": "政策资讯详情",
  381. "enablePullDownRefresh": false,
  382. "navigationBarBackgroundColor": "#3D5D4C",
  383. "navigationBarTextStyle": "white",
  384. "navigationStyle": "custom"
  385. }
  386. }, {
  387. "path": "pages/integralRule/integralRule",
  388. "style": {
  389. "navigationBarTitleText": "积分规则",
  390. "enablePullDownRefresh": false,
  391. "navigationStyle": "custom"
  392. }
  393. }, {
  394. "path": "pages/recruitStudents/recruitStudents",
  395. "style": {
  396. "navigationBarTitleText": "招生简章",
  397. "enablePullDownRefresh": false,
  398. "navigationStyle": "custom"
  399. }
  400. }, {
  401. "path": "pages/upgrade/professionalIntroduction/professionalIntroduction",
  402. "style": {
  403. "navigationBarTitleText": "专业介绍",
  404. "enablePullDownRefresh": false,
  405. "navigationStyle": "custom"
  406. }
  407. }, {
  408. "path": "pages/basicTraining/onlineTrainingDetails/onlineTrainingDetails",
  409. "style": {
  410. "navigationBarTitleText": "适应性培训线上课程",
  411. "enablePullDownRefresh": false,
  412. "navigationBarBackgroundColor": "#3D5D4C",
  413. "navigationBarTextStyle": "white",
  414. "navigationStyle":"custom"
  415. }
  416. }, {
  417. "path": "pages/basicTraining/offlineTrainingDetails/offlineTrainingDetails",
  418. "style": {
  419. "navigationBarTitleText": "线下课程详情",
  420. "enablePullDownRefresh": false,
  421. "navigationBarBackgroundColor": "#3D5D4C",
  422. "navigationBarTextStyle": "white",
  423. "navigationStyle":"custom"
  424. }
  425. }, {
  426. "path": "pages/upgrade/courseDetail/courseDetail",
  427. "style": {
  428. "navigationBarTitleText": "课程详细",
  429. "enablePullDownRefresh": false,
  430. "navigationBarBackgroundColor": "#3D5D4C",
  431. "navigationBarTextStyle": "white"
  432. }
  433. }, {
  434. "path": "pages/skillsTraining/registrationNotice/registrationNotice",
  435. "style": {
  436. "navigationBarTitleText": "报班通知",
  437. "enablePullDownRefresh": false,
  438. "navigationBarBackgroundColor": "#3D5D4C",
  439. "navigationBarTextStyle": "white"
  440. }
  441. }, {
  442. "path": "pages/mine/skillsTraining/skillsTraining",
  443. "style": {
  444. "navigationBarTitleText": "我的技能培训",
  445. "enablePullDownRefresh": false,
  446. "navigationBarBackgroundColor": "#3D5D4C",
  447. "navigationBarTextStyle": "white",
  448. "navigationStyle": "custom"
  449. }
  450. }, {
  451. "path": "pages/skillsTraining/skillsPackage/skillsPackage",
  452. "style": {
  453. "navigationBarTitleText": "技能包",
  454. "enablePullDownRefresh": false,
  455. "navigationBarBackgroundColor": "#3D5D4C",
  456. "navigationBarTextStyle": "white"
  457. }
  458. }, {
  459. "path": "pages/skillsTraining/skillsTrainingCourse/skillsTrainingCourse",
  460. "style": {
  461. "navigationBarTitleText": "技能培训课程",
  462. "enablePullDownRefresh": false,
  463. "navigationBarBackgroundColor": "#3D5D4C",
  464. "navigationBarTextStyle": "white"
  465. }
  466. }, {
  467. "path": "pages/skillsTraining/submitSuccess/submitSuccess",
  468. "style": {
  469. "navigationBarTitleText": "",
  470. "enablePullDownRefresh": false,
  471. "navigationStyle": "custom"
  472. }
  473. }, {
  474. "path": "pages/skillsTraining/courseDetailed/courseDetailed",
  475. "style": {
  476. "navigationBarTitleText": "课程详细",
  477. "enablePullDownRefresh": false,
  478. "navigationBarBackgroundColor": "#3D5D4C",
  479. "navigationBarTextStyle": "white",
  480. "navigationStyle": "custom"
  481. }
  482. }, {
  483. "path": "pages/mine/skillsTraining/skillsTrainingDetails/skillsTrainingDetails",
  484. "style": {
  485. "navigationBarTitleText": "我的技能培训详情",
  486. "enablePullDownRefresh": false,
  487. "navigationBarBackgroundColor": "#3D5D4C",
  488. "navigationBarTextStyle": "white",
  489. "navigationStyle": "custom"
  490. }
  491. }, {
  492. "path": "pages/skillsTraining/achievementCertificate/achievementCertificate",
  493. "style": {
  494. "navigationBarTitleText": "成绩和证书",
  495. "enablePullDownRefresh": false,
  496. "navigationStyle": "custom"
  497. }
  498. }, {
  499. "path": "pages/skillsTraining/addAchievementCertificate/addAchievementCertificate",
  500. "style": {
  501. "navigationBarTitleText": "录入成绩与证书",
  502. "enablePullDownRefresh": false,
  503. "navigationBarBackgroundColor": "#3D5D4C",
  504. "navigationBarTextStyle": "white"
  505. }
  506. }, {
  507. "path": "pages/skillsTraining/certificateDetails/certificateDetails",
  508. "style": {
  509. "navigationBarTitleText": "证书详情",
  510. "enablePullDownRefresh": false,
  511. "navigationBarBackgroundColor": "#3D5D4C",
  512. "navigationBarTextStyle": "white"
  513. }
  514. }, {
  515. "path": "pages/notification/noticeDetails/noticeDetails",
  516. "style": {
  517. "navigationBarTitleText": "消息详情",
  518. "enablePullDownRefresh": false,
  519. "navigationBarBackgroundColor": "#3D5D4C",
  520. "navigationBarTextStyle": "white",
  521. "navigationStyle": "custom"
  522. }
  523. }, {
  524. "path": "pages/upgrade/upgradeCourse/upgradeCourse",
  525. "style": {
  526. "navigationBarTitleText": "学历提升课程",
  527. "enablePullDownRefresh": false,
  528. "navigationBarBackgroundColor": "#3D5D4C",
  529. "navigationBarTextStyle": "white",
  530. "navigationStyle":"custom"
  531. }
  532. }, {
  533. "path": "pages/webView/webView",
  534. "style": {
  535. "navigationBarTitleText": "",
  536. "enablePullDownRefresh": false,
  537. "navigationBarBackgroundColor": "#3D5D4C",
  538. "navigationBarTextStyle": "white"
  539. }
  540. }, {
  541. "path": "pages/entrepreneurshipGuidelines/entrepreneurshipGuidelines",
  542. "style": {
  543. "navigationBarTitleText": "创业指引",
  544. "enablePullDownRefresh": false,
  545. "navigationBarBackgroundColor": "#3D5D4C",
  546. "navigationBarTextStyle": "white",
  547. "navigationStyle":"custom"
  548. }
  549. }, {
  550. "path": "pages/entrepreneurshipGuidelines/addPlan/addPlan",
  551. "style": {
  552. "navigationBarTitleText": "提交创业计划",
  553. "enablePullDownRefresh": false,
  554. "navigationBarBackgroundColor": "#3D5D4C",
  555. "navigationBarTextStyle": "white",
  556. "navigationStyle":"custom"
  557. }
  558. }, {
  559. "path": "pages/entrepreneurshipGuidelines/planDetails/planDetails",
  560. "style": {
  561. "navigationBarTitleText": "创业计划详情",
  562. "enablePullDownRefresh": false,
  563. "navigationBarBackgroundColor": "#3D5D4C",
  564. "navigationBarTextStyle": "white",
  565. "navigationStyle":"custom"
  566. }
  567. }, {
  568. "path": "pages/entrepreneurshipGuidelines/previewPdf/previewPdf",
  569. "style": {
  570. "navigationBarTitleText": "预览PDF",
  571. "enablePullDownRefresh": false
  572. }
  573. }
  574. ],
  575. "globalStyle": {
  576. "navigationBarTextStyle": "black",
  577. "navigationBarTitleText": "uni-app",
  578. "navigationBarBackgroundColor": "#F2F2F2",
  579. "backgroundColor": "#F2F2F2"
  580. },
  581. "tabBar": {
  582. "color": "#909399",
  583. "selectedColor": "#303133",
  584. "borderStyle": "black",
  585. "backgroundColor": "#ffffff",
  586. "list": [{
  587. "pagePath": "pages/index/index",
  588. "iconPath": "static/icons/index-gray.png",
  589. "selectedIconPath": "static/icons/index.png",
  590. "text": "首页"
  591. }, {
  592. "pagePath": "pages/mycode/mycode",
  593. "iconPath": "static/icons/code-gray.png",
  594. "selectedIconPath": "static/icons/code.png",
  595. "text": "退役军人码"
  596. }, {
  597. "pagePath": "pages/mine/mine",
  598. "iconPath": "static/icons/mine-gray.png",
  599. "selectedIconPath": "static/icons/mine.png",
  600. "text": "我"
  601. }]
  602. }
  603. }