pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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. }
  96. }, {
  97. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  98. "style": {
  99. "navigationBarTitleText": "我的适应性培训"
  100. }
  101. }, {
  102. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  103. "style": {
  104. "navigationBarTitleText": "在线上课"
  105. }
  106. }, {
  107. "path": "pages/upgrade/upgrade/upgrade",
  108. "style": {
  109. "navigationBarTitleText": "学历提升",
  110. "navigationStyle": "custom"
  111. }
  112. }, {
  113. "path": "pages/upgrade/introductionDetails/introductionDetails",
  114. "style": {
  115. "navigationBarTitleText": "学历提升",
  116. "navigationStyle": "custom"
  117. }
  118. }, {
  119. "path": "pages/inbuild/inbuild",
  120. "style": {
  121. "navigationBarTitleText": "建设中"
  122. }
  123. }, {
  124. "path": "pages/recruitment/recruitment",
  125. "style": {
  126. "navigationStyle": "custom",
  127. "navigationBarTitleText": "招聘就业"
  128. }
  129. }, {
  130. "path": "pages/myResume/myResume",
  131. "style": {
  132. "navigationBarTitleText": "简历",
  133. "enablePullDownRefresh": false,
  134. "navigationBarBackgroundColor": "#3D5D4C",
  135. "navigationBarTextStyle": "white"
  136. }
  137. }, {
  138. "path": "pages/myResume/addExperience",
  139. "style": {
  140. "navigationBarTitleText": "添加工作经历",
  141. "enablePullDownRefresh": false,
  142. "navigationStyle": "custom"
  143. }
  144. },
  145. {
  146. "path": "pages/myResume/addEducation",
  147. "style": {
  148. "navigationBarTitleText": "添加培训与教育经历",
  149. "enablePullDownRefresh": false,
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "pages/dynamicTracking/dynamicTracking",
  155. "style": {
  156. "navigationBarTitleText": "全链条动态跟踪",
  157. "enablePullDownRefresh": false
  158. }
  159. }, {
  160. "path": "pages/personalModify/personalModify",
  161. "style": {
  162. "navigationBarTitleText": "个人资料修改",
  163. "enablePullDownRefresh": false,
  164. "navigationBarBackgroundColor": "#3D5D4C",
  165. "navigationBarTextStyle": "white"
  166. }
  167. }, {
  168. "path": "pages/schools/schools",
  169. "style": {
  170. "navigationBarTitleText": "学院列表",
  171. "navigationBarBackgroundColor": "#3D5D4C",
  172. "navigationBarTextStyle": "white"
  173. }
  174. }, {
  175. "path": "pages/skillsTraining/skillsTraining",
  176. "style": {
  177. "navigationBarTitleText": "技能培训"
  178. }
  179. }, {
  180. "path": "pages/basicTraining/basicTraining",
  181. "style": {
  182. "navigationBarTitleText": "适应性培训"
  183. }
  184. }, {
  185. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  186. "style": {
  187. "navigationBarTitleText": "我的适应性培训"
  188. }
  189. }, {
  190. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  191. "style": {
  192. "navigationBarTitleText": "在线上课"
  193. }
  194. }, {
  195. "path": "pages/inbuild/inbuild",
  196. "style": {
  197. "navigationBarTitleText": "建设中"
  198. }
  199. }, {
  200. "path": "pages/recruitment/recruitment",
  201. "style": {
  202. "navigationStyle": "custom",
  203. "navigationBarTitleText": "招聘就业"
  204. }
  205. }, {
  206. "path": "pages/myResume/myResume",
  207. "style": {
  208. "navigationBarTitleText": "简历",
  209. "enablePullDownRefresh": false,
  210. "navigationBarBackgroundColor": "#2a82e4",
  211. "navigationBarTextStyle": "white"
  212. }
  213. }, {
  214. "path": "pages/dynamicTracking/dynamicTracking",
  215. "style": {
  216. "navigationBarTitleText": "全链条动态跟踪",
  217. "enablePullDownRefresh": false
  218. }
  219. }, {
  220. "path": "pages/personalModify/personalModify",
  221. "style": {
  222. "navigationBarTitleText": "个人资料修改",
  223. "enablePullDownRefresh": false,
  224. "navigationBarBackgroundColor": "#fff"
  225. }
  226. }, {
  227. "path": "pages/evaluationIntention/evaluationIntention",
  228. "style": {
  229. "navigationBarTitleText": "求职意向自我评价",
  230. "enablePullDownRefresh": false,
  231. "navigationStyle": "custom"
  232. }
  233. }, {
  234. "path": "pages/myDelivery/myDelivery",
  235. "style": {
  236. "navigationBarTitleText": "我的投递",
  237. "enablePullDownRefresh": false,
  238. "navigationBarBackgroundColor": "#3D5D4C",
  239. "navigationBarTextStyle": "white"
  240. }
  241. }, {
  242. "path": "pages/myInterview/myInterview",
  243. "style": {
  244. "navigationBarTitleText": "我的面试",
  245. "enablePullDownRefresh": false,
  246. "navigationBarBackgroundColor": "#3D5D4C",
  247. "navigationBarTextStyle": "white"
  248. }
  249. }, {
  250. "path": "pages/mySkillsTraining/mySkillsTraining",
  251. "style": {
  252. "navigationBarTitleText": "我的技能培训",
  253. "enablePullDownRefresh": false
  254. }
  255. }, {
  256. "path": "pages/myEvaluation/myEvaluation",
  257. "style": {
  258. "navigationBarTitleText": "我的评价",
  259. "enablePullDownRefresh": false,
  260. "navigationBarBackgroundColor": "#3D5D4C",
  261. "navigationBarTextStyle": "white"
  262. }
  263. }, {
  264. "path": "pages/setting/setting",
  265. "style": {
  266. "navigationBarTitleText": "设置",
  267. "enablePullDownRefresh": false,
  268. "navigationBarBackgroundColor": "#3D5D4C",
  269. "navigationBarTextStyle": "white"
  270. }
  271. }, {
  272. "path": "pages/progressiveIntegral/progressiveIntegral",
  273. "style": {
  274. "navigationBarTitleText": "进步积分",
  275. "enablePullDownRefresh": false,
  276. "navigationStyle": "custom"
  277. }
  278. }, {
  279. "path": "pages/cooperativeEnterprise/cooperativeEnterprise",
  280. "style": {
  281. "navigationBarTitleText": "企业列表",
  282. "enablePullDownRefresh": false,
  283. "navigationBarBackgroundColor": "#3D5D4C",
  284. "navigationBarTextStyle": "white"
  285. }
  286. }, {
  287. "path": "pages/businessDetails/businessDetails",
  288. "style": {
  289. "navigationBarTitleText": "企业详情",
  290. "navigationStyle": "custom"
  291. }
  292. }, {
  293. "path": "pages/jobDetails/jobDetails",
  294. "style": {
  295. "navigationBarTitleText": "职位详情",
  296. "enablePullDownRefresh": false,
  297. "navigationBarBackgroundColor": "#3D5D4C",
  298. "navigationBarTextStyle": "white"
  299. }
  300. }, {
  301. "path": "pages/resumeDeliveryResults/resumeDeliveryResults",
  302. "style": {
  303. "navigationBarTitleText": "简历投递结果",
  304. "enablePullDownRefresh": false,
  305. "navigationStyle": "custom"
  306. }
  307. }, {
  308. "path": "pages/applyEducationCode/applyEducationCode",
  309. "style": {
  310. "navigationBarTitleText": "退役军人职业教育码申请",
  311. "enablePullDownRefresh": false,
  312. "navigationBarBackgroundColor": "#3D5D4C",
  313. "navigationBarTextStyle": "white"
  314. }
  315. }, {
  316. "path": "pages/applyEducationCode/applyEducationSuccess",
  317. "style": {
  318. "navigationBarTitleText": "退役军人职业教育码申请",
  319. "enablePullDownRefresh": false,
  320. "navigationBarBackgroundColor": "#3D5D4C",
  321. "navigationBarTextStyle": "white"
  322. }
  323. }, {
  324. "path": "pages/newsInformation/newsInformation",
  325. "style": {
  326. "navigationBarTitleText": "新闻动态",
  327. "enablePullDownRefresh": false,
  328. "navigationBarBackgroundColor": "#3D5D4C",
  329. "navigationBarTextStyle": "white"
  330. }
  331. }, {
  332. "path": "pages/schoolDetails/schoolDetails",
  333. "style": {
  334. "navigationBarTitleText": "学院详情",
  335. "navigationStyle": "custom"
  336. }
  337. }, {
  338. "path": "pages/professionalDetails/professionalDetails",
  339. "style": {
  340. "navigationBarTitleText": "专业详情",
  341. "enablePullDownRefresh": false,
  342. "navigationBarBackgroundColor": "#3D5D4C",
  343. "navigationBarTextStyle": "white"
  344. }
  345. }, {
  346. "path": "pages/policyInfo/policyInfo",
  347. "style": {
  348. "navigationBarTitleText": "政策资讯",
  349. "enablePullDownRefresh": false,
  350. "navigationBarBackgroundColor": "#3D5D4C",
  351. "navigationBarTextStyle": "white"
  352. }
  353. }, {
  354. "path": "pages/notification/notification",
  355. "style": {
  356. "navigationBarTitleText": "消息通知",
  357. "enablePullDownRefresh": false,
  358. "navigationBarBackgroundColor": "#3D5D4C",
  359. "navigationBarTextStyle": "white"
  360. }
  361. }, {
  362. "path": "pages/questionConsulting/questionConsulting",
  363. "style": {
  364. "navigationBarTitleText": "问题咨询",
  365. "enablePullDownRefresh": false,
  366. "navigationStyle": "custom"
  367. }
  368. }, {
  369. "path": "pages/policyInfo/policyInfoDetails",
  370. "style": {
  371. "navigationBarTitleText": "政策资讯详情",
  372. "enablePullDownRefresh": false,
  373. "navigationBarBackgroundColor": "#3D5D4C",
  374. "navigationBarTextStyle": "white"
  375. }
  376. }, {
  377. "path": "pages/integralRule/integralRule",
  378. "style": {
  379. "navigationBarTitleText": "积分规则",
  380. "enablePullDownRefresh": false,
  381. "navigationStyle": "custom"
  382. }
  383. }, {
  384. "path": "pages/recruitStudents/recruitStudents",
  385. "style": {
  386. "navigationBarTitleText": "招生简章",
  387. "enablePullDownRefresh": false,
  388. "navigationStyle": "custom"
  389. }
  390. }, {
  391. "path": "pages/upgrade/professionalIntroduction/professionalIntroduction",
  392. "style": {
  393. "navigationBarTitleText": "专业介绍",
  394. "enablePullDownRefresh": false,
  395. "navigationStyle": "custom"
  396. }
  397. }
  398. ],
  399. "globalStyle": {
  400. "navigationBarTextStyle": "black",
  401. "navigationBarTitleText": "uni-app",
  402. "navigationBarBackgroundColor": "#F2F2F2",
  403. "backgroundColor": "#F2F2F2"
  404. },
  405. "tabBar": {
  406. "color": "#909399",
  407. "selectedColor": "#303133",
  408. "borderStyle": "black",
  409. "backgroundColor": "#ffffff",
  410. "list": [{
  411. "pagePath": "pages/index/index",
  412. "iconPath": "static/icons/index-gray.png",
  413. "selectedIconPath": "static/icons/index.png",
  414. "text": "首页"
  415. }, {
  416. "pagePath": "pages/mycode/mycode",
  417. "iconPath": "static/icons/code-gray.png",
  418. "selectedIconPath": "static/icons/code.png",
  419. "text": "退役军人码"
  420. }, {
  421. "pagePath": "pages/mine/mine",
  422. "iconPath": "static/icons/mine-gray.png",
  423. "selectedIconPath": "static/icons/mine.png",
  424. "text": "我"
  425. }]
  426. }
  427. }