pages.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/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. "navigationBarTitleText": "爱就业咨询服务平台",
  10. "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/job/map",
  15. "style": {
  16. "navigationBarTitleText": "地图找工"
  17. }
  18. },
  19. {
  20. "path": "pages/job/list",
  21. "style": {
  22. "navigationBarTitleText": "找工作",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/job/search",
  28. "style": {
  29. "navigationBarTitleText": "职位搜索"
  30. }
  31. },
  32. {
  33. "path": "components/u-avatar-cropper/u-avatar-cropper",
  34. "style": {
  35. "navigationBarTitleText": "图片裁剪",
  36. "navigationBarBackgroundColor": "#000000"
  37. }
  38. },
  39. {
  40. "path": "pages/statement/index/index",
  41. "style": {
  42. "navigationBarTitleText": "结算广场"
  43. }
  44. },
  45. {
  46. "path": "pages/statement/packages/index",
  47. "style": {
  48. "navigationBarTitleText": "结算广场",
  49. "enablePullDownRefresh": true
  50. }
  51. },
  52. {
  53. "path": "pages/user/login",
  54. "style": {
  55. "navigationBarTitleText": "用户登录",
  56. "enablePullDownRefresh": false
  57. }
  58. },
  59. {
  60. "path": "pages/statement/company/index",
  61. "style": {
  62. "navigationBarTitleText": "关联企业",
  63. "enablePullDownRefresh": true
  64. }
  65. },
  66. {
  67. "path": "pages/statement/company/search",
  68. "style": {
  69. "navigationBarTitleText": "搜索企业",
  70. "enablePullDownRefresh": false
  71. }
  72. },
  73. {
  74. "path": "pages/serve/index",
  75. "style": {
  76. "navigationBarTitleText": "更多服务",
  77. "enablePullDownRefresh": false
  78. }
  79. },
  80. {
  81. "path": "pages/user/index",
  82. "style": {
  83. "navigationBarTitleText": "我的",
  84. "enablePullDownRefresh": false
  85. }
  86. },
  87. {
  88. "path": "pages/job/detail",
  89. "style": {
  90. "navigationBarTitleText": "工作详情"
  91. }
  92. },
  93. {
  94. "path": "pages/other/webview",
  95. "style": {
  96. "navigationBarTitleText": "政策资讯"
  97. }
  98. },
  99. {
  100. "path": "pages/user/switch",
  101. "style": {
  102. "navigationBarTitleText": ""
  103. }
  104. },
  105. {
  106. "path": "pages/user/resume/index",
  107. "style": {
  108. "navigationBarTitleText": "我的简历"
  109. }
  110. },
  111. {
  112. "path": "pages/user/resume/edit",
  113. "style": {
  114. "navigationBarTitleText": "个人信息"
  115. }
  116. },
  117. {
  118. "path": "pages/job/position/classification",
  119. "style": {
  120. "navigationBarTitleText": "选择职位"
  121. }
  122. },
  123. {
  124. "path": "pages/job/position/city",
  125. "style": {
  126. "navigationBarTitleText": "选择城市"
  127. }
  128. },
  129. {
  130. "path": "pages/user/enterprise/index",
  131. "style": {
  132. "navigationBarTitleText": "企业认证"
  133. }
  134. },
  135. {
  136. "path": "pages/news/index",
  137. "style": {
  138. "navigationBarTitleText": "资讯",
  139. "enablePullDownRefresh": true
  140. }
  141. },
  142. {
  143. "path": "pages/news/detail",
  144. "style": {
  145. "navigationBarTitleText": "新闻详情"
  146. }
  147. },
  148. {
  149. "path": "pages/job/enterprise/detail",
  150. "style": {
  151. "navigationBarTitleText": "企业详情"
  152. }
  153. },
  154. {
  155. "path": "pages/job/enterprise/list",
  156. "style": {
  157. "navigationBarTitleText": "正在招聘职位"
  158. }
  159. },
  160. {
  161. "path": "pages/user/resume/deliver/list",
  162. "style": {
  163. "navigationBarTitleText": "投递历史",
  164. "enablePullDownRefresh": true
  165. }
  166. },
  167. {
  168. "path": "pages/user/resume/deliver/invite",
  169. "style": {
  170. "navigationBarTitleText": "工作面试邀约",
  171. "enablePullDownRefresh": true
  172. }
  173. },
  174. {
  175. "path": "pages/user/resume/deliver/receive/index",
  176. "style": {
  177. "navigationBarTitleText": "收到简历",
  178. "enablePullDownRefresh": true
  179. }
  180. },
  181. {
  182. "path": "pages/user/resume/deliver/receive/list",
  183. "style": {
  184. "navigationBarTitleText": "简历列表",
  185. "enablePullDownRefresh": true
  186. }
  187. },
  188. {
  189. "path": "pages/user/resume/deliver/receive/preview",
  190. "style": {
  191. "navigationBarTitleText": "查看简历"
  192. }
  193. },
  194. {
  195. "path": "pages/other/setting",
  196. "style": {
  197. "navigationBarTitleText": "设置"
  198. }
  199. },
  200. {
  201. "path": "pages/job/enterprise/card",
  202. "style": {
  203. "navigationBarTitleText": "企业卡片"
  204. }
  205. },
  206. {
  207. "path": "pages/job/position/favorite",
  208. "style": {
  209. "navigationBarTitleText": "我的收藏"
  210. }
  211. },
  212. {
  213. "path": "pages/user/auth",
  214. "style": {
  215. "navigationBarTitleText": "实名认证"
  216. }
  217. },
  218. {
  219. "path": "pages/statement/user/info",
  220. "style": {
  221. "navigationBarTitleText": "结算信息"
  222. }
  223. },
  224. {
  225. "path": "pages/other/agreement",
  226. "style": {
  227. "navigationBarTitleText": "协议"
  228. }
  229. },
  230. {
  231. "path": "pages/notice/index",
  232. "style": {
  233. "navigationBarTitleText": "通知公告"
  234. }
  235. },
  236. {
  237. "path": "pages/notice/detail",
  238. "style": {
  239. "navigationBarTitleText": "通知详情"
  240. }
  241. },
  242. {
  243. "path": "pages/user/money/index",
  244. "style": {
  245. "navigationBarTitleText": "资金管理"
  246. }
  247. },
  248. {
  249. "path": "pages/user/money/add",
  250. "style": {
  251. "navigationBarTitleText": "金额充值"
  252. }
  253. },
  254. {
  255. "path": "pages/job/position/manage/part_time",
  256. "style": {
  257. "navigationBarTitleText": "兼职管理"
  258. }
  259. },
  260. {
  261. "path": "pages/job/position/manage/part_time_push",
  262. "style": {
  263. "navigationBarTitleText": "发布兼职"
  264. }
  265. },
  266. {
  267. "path": "pages/job/position/manage/full_time",
  268. "style": {
  269. "navigationBarTitleText": "职位管理"
  270. }
  271. },
  272. {
  273. "path": "pages/job/position/manage/full_time_push",
  274. "style": {
  275. "navigationBarTitleText": "发布职位"
  276. }
  277. },
  278. {
  279. "path": "pages/user/resume/application/receive/index",
  280. "style": {
  281. "navigationBarTitleText": "兼职报名"
  282. }
  283. },
  284. {
  285. "path": "pages/user/resume/application/receive/list",
  286. "style": {
  287. "navigationBarTitleText": "报名列表"
  288. }
  289. },
  290. {
  291. "path": "pages/user/resume/application/receive/preview",
  292. "style": {
  293. "navigationBarTitleText": "简历详情"
  294. }
  295. },
  296. {
  297. "path": "pages/user/resume/application/invite",
  298. "style": {
  299. "navigationBarTitleText": "兼职邀约",
  300. "enablePullDownRefresh": true
  301. }
  302. },
  303. {
  304. "path": "pages/user/resume/application/task_to_do",
  305. "style": {
  306. "navigationBarTitleText": "任务清单",
  307. "enablePullDownRefresh": true
  308. }
  309. },
  310. {
  311. "path": "pages/user/resume/application/task_detail",
  312. "style": {
  313. "navigationBarTitleText": "兼职详情"
  314. }
  315. },
  316. {
  317. "path": "pages/user/money/cash_out",
  318. "style": {
  319. "navigationBarTitleText": "余额提现"
  320. }
  321. },
  322. {
  323. "path": "pages/user/resume/application/task_list",
  324. "style": {
  325. "navigationBarTitleText": "任务进度"
  326. }
  327. }
  328. ],
  329. "tabBar": {
  330. "color": "#7A7E83",
  331. "selectedColor": "#4581fb",
  332. "borderStyle": "black",
  333. "backgroundColor": "#F8F8F8",
  334. "list": [{
  335. "pagePath": "pages/index/index",
  336. "iconPath": "static/tab/sy.png",
  337. "selectedIconPath": "static/tab/sy_s.png",
  338. "text": "首页"
  339. },
  340. {
  341. "pagePath": "pages/serve/index",
  342. "iconPath": "static/tab/serve.png",
  343. "selectedIconPath": "static/tab/serve_s.png",
  344. "text": "更多服务"
  345. },
  346. {
  347. "pagePath": "pages/user/index",
  348. "iconPath": "static/tab/my.png",
  349. "selectedIconPath": "static/tab/my_s.png",
  350. "text": "我的"
  351. }
  352. ]
  353. },
  354. "globalStyle": {
  355. "navigationBarTextStyle": "black",
  356. "navigationBarTitleText": "爱就业咨询服务平台",
  357. "navigationBarBackgroundColor": "#f1f1f1"
  358. }
  359. }