pages.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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. }
  51. },
  52. {
  53. "path": "pages/login/code",
  54. "style": {
  55. "navigationBarTitleText": "验证码"
  56. }
  57. },
  58. {
  59. "path": "pages/mine/mine",
  60. "style": {
  61. "navigationBarTitleText": "个人中心",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/center/center",
  67. "style": {
  68. "navigationBarTitleText": "中心",
  69. "enablePullDownRefresh": false
  70. }
  71. }, {
  72. "path": "pages/privacyPolicy/privacyPolicy",
  73. "style": {
  74. "navigationBarTitleText": "隐私政策"
  75. }
  76. }, {
  77. "path": "pages/schools/schools",
  78. "style": {
  79. "navigationBarTitleText": "学院列表",
  80. "navigationBarBackgroundColor": "#3D5D4C",
  81. "navigationBarTextStyle": "white"
  82. }
  83. }, {
  84. "path": "pages/skillsTraining/skillsTraining",
  85. "style": {
  86. "navigationBarTitleText": "技能培训"
  87. }
  88. }, {
  89. "path": "pages/basicTraining/basicTraining",
  90. "style": {
  91. "navigationBarTitleText": "适应性培训"
  92. }
  93. }, {
  94. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  95. "style": {
  96. "navigationBarTitleText": "我的适应性培训"
  97. }
  98. }, {
  99. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  100. "style": {
  101. "navigationBarTitleText": "在线上课"
  102. }
  103. }, {
  104. "path": "pages/upgrade/upgrade",
  105. "style": {
  106. "navigationBarTitleText": "学历提升"
  107. }
  108. }, {
  109. "path": "pages/inbuild/inbuild",
  110. "style": {
  111. "navigationBarTitleText": "建设中"
  112. }
  113. }, {
  114. "path": "pages/recruitment/recruitment",
  115. "style": {
  116. "navigationStyle": "custom",
  117. "navigationBarTitleText": "招聘就业"
  118. }
  119. }, {
  120. "path": "pages/myResume/myResume",
  121. "style": {
  122. "navigationBarTitleText": "简历",
  123. "enablePullDownRefresh": false,
  124. "navigationBarBackgroundColor": "#2a82e4",
  125. "navigationBarTextStyle": "white"
  126. }
  127. }, {
  128. "path": "pages/dynamicTracking/dynamicTracking",
  129. "style": {
  130. "navigationBarTitleText": "全链条动态跟踪",
  131. "enablePullDownRefresh": false
  132. }
  133. }, {
  134. "path": "pages/personalModify/personalModify",
  135. "style": {
  136. "navigationBarTitleText": "个人资料修改",
  137. "enablePullDownRefresh": false,
  138. "navigationBarBackgroundColor": "#fff"
  139. }
  140. }, {
  141. "path": "pages/evaluationIntention/evaluationIntention",
  142. "style": {
  143. "navigationBarTitleText": "求职意向自我评价",
  144. "enablePullDownRefresh": false,
  145. "navigationStyle": "custom"
  146. }
  147. }, {
  148. "path": "pages/myDelivery/myDelivery",
  149. "style": {
  150. "navigationBarTitleText": "我的投递",
  151. "enablePullDownRefresh": false,
  152. "navigationBarBackgroundColor": "#fff"
  153. }
  154. }, {
  155. "path": "pages/myInterview/myInterview",
  156. "style": {
  157. "navigationBarTitleText": "我的面试",
  158. "enablePullDownRefresh": false
  159. }
  160. }, {
  161. "path": "pages/mySkillsTraining/mySkillsTraining",
  162. "style": {
  163. "navigationBarTitleText": "我的技能培训",
  164. "enablePullDownRefresh": false
  165. }
  166. }, {
  167. "path": "pages/myEvaluation/myEvaluation",
  168. "style": {
  169. "navigationBarTitleText": "我的评价",
  170. "enablePullDownRefresh": false
  171. }
  172. }, {
  173. "path": "pages/setting/setting",
  174. "style": {
  175. "navigationBarTitleText": "设置",
  176. "enablePullDownRefresh": false
  177. }
  178. }, {
  179. "path": "pages/progressiveIntegral/progressiveIntegral",
  180. "style": {
  181. "navigationBarTitleText": "进步积分",
  182. "enablePullDownRefresh": false
  183. }
  184. }, {
  185. "path": "pages/cooperativeEnterprise/cooperativeEnterprise",
  186. "style": {
  187. "navigationBarTitleText": "企业列表",
  188. "enablePullDownRefresh": false,
  189. "navigationBarBackgroundColor": "#3D5D4C",
  190. "navigationBarTextStyle": "white"
  191. }
  192. }, {
  193. "path": "pages/businessDetails/businessDetails",
  194. "style": {
  195. "navigationBarTitleText": "企业详情",
  196. "enablePullDownRefresh": false,
  197. "navigationBarBackgroundColor": "#fff",
  198. "backgroundColor": "#f2f2f2"
  199. }
  200. }, {
  201. "path": "pages/jobDetails/jobDetails",
  202. "style": {
  203. "navigationBarTitleText": "职位详情",
  204. "enablePullDownRefresh": false,
  205. "navigationBarBackgroundColor": "#3D5D4C",
  206. "navigationBarTextStyle": "white"
  207. }
  208. },
  209. {
  210. "path": "pages/resumeDeliveryResults/resumeDeliveryResults",
  211. "style": {
  212. "navigationBarTitleText": "简历投递结果",
  213. "enablePullDownRefresh": false,
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path": "pages/applyEducationCode/applyEducationCode",
  219. "style": {
  220. "navigationBarTitleText": "退役军人职业教育码申请",
  221. "enablePullDownRefresh": false,
  222. "navigationBarBackgroundColor": "#3D5D4C",
  223. "navigationBarTextStyle": "white"
  224. }
  225. },
  226. {
  227. "path": "pages/applyEducationCode/applyEducationSuccess",
  228. "style": {
  229. "navigationBarTitleText": "退役军人职业教育码申请",
  230. "enablePullDownRefresh": false,
  231. "navigationBarBackgroundColor": "#3D5D4C",
  232. "navigationBarTextStyle": "white"
  233. }
  234. }, {
  235. "path": "pages/newsInformation/newsInformation",
  236. "style": {
  237. "navigationBarTitleText": "新闻动态",
  238. "enablePullDownRefresh": false,
  239. "navigationBarBackgroundColor": "#3D5D4C",
  240. "navigationBarTextStyle": "white"
  241. }
  242. }, {
  243. "path": "pages/schoolDetails/schoolDetails",
  244. "style": {
  245. "navigationBarTitleText": "学校详情",
  246. "enablePullDownRefresh": false,
  247. "navigationBarBackgroundColor": "#fff"
  248. }
  249. }
  250. ],
  251. "globalStyle": {
  252. "navigationBarTextStyle": "black",
  253. "navigationBarTitleText": "uni-app",
  254. "navigationBarBackgroundColor": "#F2F2F2",
  255. "backgroundColor": "#F2F2F2"
  256. },
  257. "tabBar": {
  258. "color": "#909399",
  259. "selectedColor": "#303133",
  260. "borderStyle": "black",
  261. "backgroundColor": "#ffffff",
  262. "list": [{
  263. "pagePath": "pages/index/index",
  264. "iconPath": "static/icons/index-gray.png",
  265. "selectedIconPath": "static/icons/index.png",
  266. "text": "首页"
  267. }, {
  268. "pagePath": "pages/mycode/mycode",
  269. "iconPath": "static/icons/code-gray.png",
  270. "selectedIconPath": "static/icons/code.png",
  271. "text": "退役军人码"
  272. }, {
  273. "pagePath": "pages/mine/mine",
  274. "iconPath": "static/icons/mine-gray.png",
  275. "selectedIconPath": "static/icons/mine.png",
  276. "text": "我"
  277. }]
  278. }
  279. }