pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  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. "path": "pages/personalModify/personalModify",
  160. "style": {
  161. "navigationBarTitleText": "个人资料修改",
  162. "enablePullDownRefresh": false,
  163. "navigationBarBackgroundColor": "#3D5D4C",
  164. "navigationBarTextStyle": "white"
  165. }
  166. }, {
  167. "path": "pages/schools/schools",
  168. "style": {
  169. "navigationBarTitleText": "学院列表",
  170. "navigationBarBackgroundColor": "#3D5D4C",
  171. "navigationBarTextStyle": "white"
  172. }
  173. }, {
  174. "path": "pages/skillsTraining/skillsTraining",
  175. "style": {
  176. "navigationBarTitleText": "技能培训"
  177. }
  178. }, {
  179. "path": "pages/basicTraining/basicTraining",
  180. "style": {
  181. "navigationBarTitleText": "适应性培训"
  182. }
  183. }, {
  184. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  185. "style": {
  186. "navigationBarTitleText": "我的适应性培训",
  187. "navigationBarBackgroundColor": "#3D5D4C",
  188. "navigationBarTextStyle": "white"
  189. }
  190. }, {
  191. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  192. "style": {
  193. "navigationBarTitleText": "在线上课"
  194. }
  195. }, {
  196. "path": "pages/inbuild/inbuild",
  197. "style": {
  198. "navigationBarTitleText": "建设中"
  199. }
  200. }, {
  201. "path": "pages/recruitment/recruitment",
  202. "style": {
  203. "navigationStyle": "custom",
  204. "navigationBarTitleText": "招聘就业"
  205. }
  206. }, {
  207. "path": "pages/myResume/myResume",
  208. "style": {
  209. "navigationBarTitleText": "简历",
  210. "enablePullDownRefresh": false,
  211. "navigationBarBackgroundColor": "#2a82e4",
  212. "navigationBarTextStyle": "white"
  213. }
  214. }, {
  215. "path": "pages/personalModify/personalModify",
  216. "style": {
  217. "navigationBarTitleText": "个人资料修改",
  218. "enablePullDownRefresh": false,
  219. "navigationBarBackgroundColor": "#fff"
  220. }
  221. }, {
  222. "path": "pages/evaluationIntention/evaluationIntention",
  223. "style": {
  224. "navigationBarTitleText": "求职意向自我评价",
  225. "enablePullDownRefresh": false,
  226. "navigationStyle": "custom"
  227. }
  228. }, {
  229. "path": "pages/myDelivery/myDelivery",
  230. "style": {
  231. "navigationBarTitleText": "我的投递",
  232. "enablePullDownRefresh": false,
  233. "navigationBarBackgroundColor": "#3D5D4C",
  234. "navigationBarTextStyle": "white"
  235. }
  236. }, {
  237. "path": "pages/myInterview/myInterview",
  238. "style": {
  239. "navigationBarTitleText": "我的面试",
  240. "enablePullDownRefresh": false,
  241. "navigationBarBackgroundColor": "#3D5D4C",
  242. "navigationBarTextStyle": "white"
  243. }
  244. }, {
  245. "path": "pages/myEvaluation/myEvaluation",
  246. "style": {
  247. "navigationBarTitleText": "我的评价",
  248. "enablePullDownRefresh": false,
  249. "navigationBarBackgroundColor": "#3D5D4C",
  250. "navigationBarTextStyle": "white"
  251. }
  252. }, {
  253. "path": "pages/setting/setting",
  254. "style": {
  255. "navigationBarTitleText": "设置",
  256. "enablePullDownRefresh": false,
  257. "navigationBarBackgroundColor": "#3D5D4C",
  258. "navigationBarTextStyle": "white"
  259. }
  260. }, {
  261. "path": "pages/progressiveIntegral/progressiveIntegral",
  262. "style": {
  263. "navigationBarTitleText": "进步积分",
  264. "enablePullDownRefresh": false,
  265. "navigationStyle": "custom"
  266. }
  267. }, {
  268. "path": "pages/cooperativeEnterprise/cooperativeEnterprise",
  269. "style": {
  270. "navigationBarTitleText": "企业列表",
  271. "enablePullDownRefresh": false,
  272. "navigationBarBackgroundColor": "#3D5D4C",
  273. "navigationBarTextStyle": "white"
  274. }
  275. }, {
  276. "path": "pages/businessDetails/businessDetails",
  277. "style": {
  278. "navigationBarTitleText": "企业详情",
  279. "navigationStyle": "custom"
  280. }
  281. }, {
  282. "path": "pages/jobDetails/jobDetails",
  283. "style": {
  284. "navigationBarTitleText": "职位详情",
  285. "enablePullDownRefresh": false,
  286. "navigationBarBackgroundColor": "#3D5D4C",
  287. "navigationBarTextStyle": "white"
  288. }
  289. }, {
  290. "path": "pages/resumeDeliveryResults/resumeDeliveryResults",
  291. "style": {
  292. "navigationBarTitleText": "简历投递结果",
  293. "enablePullDownRefresh": false,
  294. "navigationStyle": "custom"
  295. }
  296. }, {
  297. "path": "pages/applyEducationCode/applyEducationCode",
  298. "style": {
  299. "navigationBarTitleText": "退役军人职业教育码申请",
  300. "enablePullDownRefresh": false,
  301. "navigationBarBackgroundColor": "#3D5D4C",
  302. "navigationBarTextStyle": "white"
  303. }
  304. }, {
  305. "path": "pages/applyEducationCode/applyEducationSuccess",
  306. "style": {
  307. "navigationBarTitleText": "退役军人职业教育码申请",
  308. "enablePullDownRefresh": false,
  309. "navigationStyle": "custom"
  310. }
  311. }, {
  312. "path": "pages/newsInformation/newsInformation",
  313. "style": {
  314. "navigationBarTitleText": "新闻动态",
  315. "enablePullDownRefresh": false,
  316. "navigationBarBackgroundColor": "#3D5D4C",
  317. "navigationBarTextStyle": "white"
  318. }
  319. }, {
  320. "path": "pages/schoolDetails/schoolDetails",
  321. "style": {
  322. "navigationBarTitleText": "学院详情",
  323. "navigationStyle": "custom"
  324. }
  325. }, {
  326. "path": "pages/professionalDetails/professionalDetails",
  327. "style": {
  328. "navigationBarTitleText": "专业详情",
  329. "enablePullDownRefresh": false,
  330. "navigationBarBackgroundColor": "#3D5D4C",
  331. "navigationBarTextStyle": "white"
  332. }
  333. }, {
  334. "path": "pages/policyInfo/policyInfo",
  335. "style": {
  336. "navigationBarTitleText": "政策资讯",
  337. "enablePullDownRefresh": false,
  338. "navigationBarBackgroundColor": "#3D5D4C",
  339. "navigationBarTextStyle": "white"
  340. }
  341. }, {
  342. "path": "pages/notification/notification",
  343. "style": {
  344. "navigationBarTitleText": "消息通知",
  345. "enablePullDownRefresh": false,
  346. "navigationBarBackgroundColor": "#3D5D4C",
  347. "navigationBarTextStyle": "white"
  348. }
  349. }, {
  350. "path": "pages/questionConsulting/questionConsulting",
  351. "style": {
  352. "navigationBarTitleText": "问题咨询",
  353. "enablePullDownRefresh": false,
  354. "navigationStyle": "custom"
  355. }
  356. }, {
  357. "path": "pages/policyInfo/policyInfoDetails",
  358. "style": {
  359. "navigationBarTitleText": "政策资讯详情",
  360. "enablePullDownRefresh": false,
  361. "navigationBarBackgroundColor": "#3D5D4C",
  362. "navigationBarTextStyle": "white"
  363. }
  364. }, {
  365. "path": "pages/integralRule/integralRule",
  366. "style": {
  367. "navigationBarTitleText": "积分规则",
  368. "enablePullDownRefresh": false,
  369. "navigationStyle": "custom"
  370. }
  371. }, {
  372. "path": "pages/recruitStudents/recruitStudents",
  373. "style": {
  374. "navigationBarTitleText": "招生简章",
  375. "enablePullDownRefresh": false,
  376. "navigationStyle": "custom"
  377. }
  378. }, {
  379. "path": "pages/upgrade/professionalIntroduction/professionalIntroduction",
  380. "style": {
  381. "navigationBarTitleText": "专业介绍",
  382. "enablePullDownRefresh": false,
  383. "navigationStyle": "custom"
  384. }
  385. }, {
  386. "path": "pages/basicTraining/onlineTrainingDetails/onlineTrainingDetails",
  387. "style": {
  388. "navigationBarTitleText": "适应性培训线上课程",
  389. "enablePullDownRefresh": false,
  390. "navigationBarBackgroundColor": "#3D5D4C",
  391. "navigationBarTextStyle": "white"
  392. }
  393. }, {
  394. "path": "pages/basicTraining/offlineTrainingDetails/offlineTrainingDetails",
  395. "style": {
  396. "navigationBarTitleText": "线下课程详情",
  397. "enablePullDownRefresh": false,
  398. "navigationBarBackgroundColor": "#3D5D4C",
  399. "navigationBarTextStyle": "white"
  400. }
  401. }, {
  402. "path": "pages/upgrade/courseDetail/courseDetail",
  403. "style": {
  404. "navigationBarTitleText": "课程详细",
  405. "enablePullDownRefresh": false,
  406. "navigationBarBackgroundColor": "#3D5D4C",
  407. "navigationBarTextStyle": "white"
  408. }
  409. }, {
  410. "path": "pages/skillsTraining/registrationNotice/registrationNotice",
  411. "style": {
  412. "navigationBarTitleText": "报班通知",
  413. "enablePullDownRefresh": false,
  414. "navigationBarBackgroundColor": "#3D5D4C",
  415. "navigationBarTextStyle": "white"
  416. }
  417. }, {
  418. "path": "pages/mine/skillsTraining/skillsTraining",
  419. "style": {
  420. "navigationBarTitleText": "我的技能培训",
  421. "enablePullDownRefresh": false,
  422. "navigationBarBackgroundColor": "#3D5D4C",
  423. "navigationBarTextStyle": "white"
  424. }
  425. }, {
  426. "path": "pages/skillsTraining/skillsPackage/skillsPackage",
  427. "style": {
  428. "navigationBarTitleText": "技能包",
  429. "enablePullDownRefresh": false,
  430. "navigationBarBackgroundColor": "#3D5D4C",
  431. "navigationBarTextStyle": "white"
  432. }
  433. }, {
  434. "path": "pages/skillsTraining/skillsTrainingCourse/skillsTrainingCourse",
  435. "style": {
  436. "navigationBarTitleText": "技能培训课程",
  437. "enablePullDownRefresh": false,
  438. "navigationBarBackgroundColor": "#3D5D4C",
  439. "navigationBarTextStyle": "white"
  440. }
  441. }, {
  442. "path": "pages/skillsTraining/submitSuccess/submitSuccess",
  443. "style": {
  444. "navigationBarTitleText": "",
  445. "enablePullDownRefresh": false,
  446. "navigationStyle": "custom"
  447. }
  448. }, {
  449. "path": "pages/skillsTraining/courseDetailed/courseDetailed",
  450. "style": {
  451. "navigationBarTitleText": "课程详细",
  452. "enablePullDownRefresh": false,
  453. "navigationBarBackgroundColor": "#3D5D4C",
  454. "navigationBarTextStyle": "white"
  455. }
  456. }, {
  457. "path": "pages/mine/skillsTraining/skillsTrainingDetails/skillsTrainingDetails",
  458. "style": {
  459. "navigationBarTitleText": "我的技能培训详情",
  460. "enablePullDownRefresh": false,
  461. "navigationBarBackgroundColor": "#3D5D4C",
  462. "navigationBarTextStyle": "white"
  463. }
  464. }, {
  465. "path": "pages/skillsTraining/achievementCertificate/achievementCertificate",
  466. "style": {
  467. "navigationBarTitleText": "成绩和证书",
  468. "enablePullDownRefresh": false,
  469. "navigationStyle": "custom"
  470. }
  471. }, {
  472. "path": "pages/skillsTraining/addAchievementCertificate/addAchievementCertificate",
  473. "style": {
  474. "navigationBarTitleText": "录入成绩与证书",
  475. "enablePullDownRefresh": false,
  476. "navigationBarBackgroundColor": "#3D5D4C",
  477. "navigationBarTextStyle": "white"
  478. }
  479. }, {
  480. "path": "pages/skillsTraining/certificateDetails/certificateDetails",
  481. "style": {
  482. "navigationBarTitleText": "证书详情",
  483. "enablePullDownRefresh": false,
  484. "navigationBarBackgroundColor": "#3D5D4C",
  485. "navigationBarTextStyle": "white"
  486. }
  487. }, {
  488. "path": "pages/notification/noticeDetails/noticeDetails",
  489. "style": {
  490. "navigationBarTitleText": "消息详情",
  491. "enablePullDownRefresh": false,
  492. "navigationBarBackgroundColor": "#3D5D4C",
  493. "navigationBarTextStyle": "white"
  494. }
  495. }, {
  496. "path": "pages/upgrade/upgradeCourse/upgradeCourse",
  497. "style": {
  498. "navigationBarTitleText": "学历提升课程",
  499. "enablePullDownRefresh": false,
  500. "navigationBarBackgroundColor": "#3D5D4C",
  501. "navigationBarTextStyle": "white"
  502. }
  503. }
  504. ],
  505. "globalStyle": {
  506. "navigationBarTextStyle": "black",
  507. "navigationBarTitleText": "uni-app",
  508. "navigationBarBackgroundColor": "#F2F2F2",
  509. "backgroundColor": "#F2F2F2"
  510. },
  511. "tabBar": {
  512. "color": "#909399",
  513. "selectedColor": "#303133",
  514. "borderStyle": "black",
  515. "backgroundColor": "#ffffff",
  516. "list": [{
  517. "pagePath": "pages/index/index",
  518. "iconPath": "static/icons/index-gray.png",
  519. "selectedIconPath": "static/icons/index.png",
  520. "text": "首页"
  521. }, {
  522. "pagePath": "pages/mycode/mycode",
  523. "iconPath": "static/icons/code-gray.png",
  524. "selectedIconPath": "static/icons/code.png",
  525. "text": "退役军人码"
  526. }, {
  527. "pagePath": "pages/mine/mine",
  528. "iconPath": "static/icons/mine-gray.png",
  529. "selectedIconPath": "static/icons/mine.png",
  530. "text": "我"
  531. }]
  532. }
  533. }