pages.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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/evaluationIntention/evaluationIntention",
  161. "style": {
  162. "navigationBarTitleText": "求职意向自我评价",
  163. "enablePullDownRefresh": false,
  164. "navigationStyle": "custom"
  165. }
  166. }, {
  167. "path": "pages/myDelivery/myDelivery",
  168. "style": {
  169. "navigationBarTitleText": "我的投递",
  170. "enablePullDownRefresh": false,
  171. "navigationBarBackgroundColor": "#3D5D4C",
  172. "navigationBarTextStyle": "white"
  173. }
  174. }, {
  175. "path": "pages/myInterview/myInterview",
  176. "style": {
  177. "navigationBarTitleText": "我的面试",
  178. "enablePullDownRefresh": false
  179. }
  180. }, {
  181. "path": "pages/mySkillsTraining/mySkillsTraining",
  182. "style": {
  183. "navigationBarTitleText": "我的技能培训",
  184. "enablePullDownRefresh": false
  185. }
  186. }, {
  187. "path": "pages/myEvaluation/myEvaluation",
  188. "style": {
  189. "navigationBarTitleText": "我的评价",
  190. "enablePullDownRefresh": false
  191. }
  192. }, {
  193. "path": "pages/setting/setting",
  194. "style": {
  195. "navigationBarTitleText": "设置",
  196. "enablePullDownRefresh": false
  197. }
  198. }, {
  199. "path": "pages/progressiveIntegral/progressiveIntegral",
  200. "style": {
  201. "navigationBarTitleText": "进步积分",
  202. "enablePullDownRefresh": false,
  203. "navigationStyle": "custom"
  204. }
  205. }, {
  206. "path": "pages/cooperativeEnterprise/cooperativeEnterprise",
  207. "style": {
  208. "navigationBarTitleText": "企业列表",
  209. "enablePullDownRefresh": false,
  210. "navigationBarBackgroundColor": "#3D5D4C",
  211. "navigationBarTextStyle": "white"
  212. }
  213. }, {
  214. "path": "pages/businessDetails/businessDetails",
  215. "style": {
  216. "navigationBarTitleText": "企业详情",
  217. "enablePullDownRefresh": false,
  218. "navigationBarBackgroundColor": "#fff",
  219. "backgroundColor": "#f2f2f2"
  220. }
  221. }, {
  222. "path": "pages/jobDetails/jobDetails",
  223. "style": {
  224. "navigationBarTitleText": "职位详情",
  225. "enablePullDownRefresh": false,
  226. "navigationBarBackgroundColor": "#3D5D4C",
  227. "navigationBarTextStyle": "white"
  228. }
  229. },
  230. {
  231. "path": "pages/resumeDeliveryResults/resumeDeliveryResults",
  232. "style": {
  233. "navigationBarTitleText": "简历投递结果",
  234. "enablePullDownRefresh": false,
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "pages/applyEducationCode/applyEducationCode",
  240. "style": {
  241. "navigationBarTitleText": "退役军人职业教育码申请",
  242. "enablePullDownRefresh": false,
  243. "navigationBarBackgroundColor": "#3D5D4C",
  244. "navigationBarTextStyle": "white"
  245. }
  246. },
  247. {
  248. "path": "pages/applyEducationCode/applyEducationSuccess",
  249. "style": {
  250. "navigationBarTitleText": "退役军人职业教育码申请",
  251. "enablePullDownRefresh": false,
  252. "navigationBarBackgroundColor": "#3D5D4C",
  253. "navigationBarTextStyle": "white"
  254. }
  255. }, {
  256. "path": "pages/newsInformation/newsInformation",
  257. "style": {
  258. "navigationBarTitleText": "新闻动态",
  259. "enablePullDownRefresh": false,
  260. "navigationBarBackgroundColor": "#3D5D4C",
  261. "navigationBarTextStyle": "white"
  262. }
  263. }, {
  264. "path": "pages/schoolDetails/schoolDetails",
  265. "style": {
  266. "navigationBarTitleText": "学校详情",
  267. "enablePullDownRefresh": false,
  268. "navigationBarBackgroundColor": "#fff"
  269. }
  270. }, {
  271. "path": "pages/professionalDetails/professionalDetails",
  272. "style": {
  273. "navigationBarTitleText": "专业详情",
  274. "enablePullDownRefresh": false,
  275. "navigationBarBackgroundColor": "#3D5D4C",
  276. "navigationBarTextStyle": "white"
  277. }
  278. }
  279. ],
  280. "globalStyle": {
  281. "navigationBarTextStyle": "black",
  282. "navigationBarTitleText": "uni-app",
  283. "navigationBarBackgroundColor": "#F2F2F2",
  284. "backgroundColor": "#F2F2F2"
  285. },
  286. "tabBar": {
  287. "color": "#909399",
  288. "selectedColor": "#303133",
  289. "borderStyle": "black",
  290. "backgroundColor": "#ffffff",
  291. "list": [{
  292. "pagePath": "pages/index/index",
  293. "iconPath": "static/icons/index-gray.png",
  294. "selectedIconPath": "static/icons/index.png",
  295. "text": "首页"
  296. }, {
  297. "pagePath": "pages/mycode/mycode",
  298. "iconPath": "static/icons/code-gray.png",
  299. "selectedIconPath": "static/icons/code.png",
  300. "text": "退役军人码"
  301. }, {
  302. "pagePath": "pages/mine/mine",
  303. "iconPath": "static/icons/mine-gray.png",
  304. "selectedIconPath": "static/icons/mine.png",
  305. "text": "我的"
  306. }]
  307. }
  308. }