pages.json 12 KB

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