pages.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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. "enablePullDownRefresh": true
  247. }
  248. },
  249. {
  250. "path": "pages/user/money/add",
  251. "style": {
  252. "navigationBarTitleText": "金额充值"
  253. }
  254. },
  255. {
  256. "path": "pages/job/position/manage/part_time",
  257. "style": {
  258. "navigationBarTitleText": "兼职管理",
  259. "enablePullDownRefresh": true
  260. }
  261. },
  262. {
  263. "path": "pages/job/position/manage/part_time_push",
  264. "style": {
  265. "navigationBarTitleText": "发布兼职"
  266. }
  267. },
  268. {
  269. "path": "pages/job/position/manage/full_time",
  270. "style": {
  271. "navigationBarTitleText": "职位管理"
  272. }
  273. },
  274. {
  275. "path": "pages/job/position/manage/full_time_push",
  276. "style": {
  277. "navigationBarTitleText": "发布职位"
  278. }
  279. },
  280. {
  281. "path": "pages/user/resume/application/receive/index",
  282. "style": {
  283. "navigationBarTitleText": "兼职报名"
  284. }
  285. },
  286. {
  287. "path": "pages/user/resume/application/receive/list",
  288. "style": {
  289. "navigationBarTitleText": "报名列表",
  290. "enablePullDownRefresh": true
  291. }
  292. },
  293. {
  294. "path": "pages/user/resume/application/receive/preview",
  295. "style": {
  296. "navigationBarTitleText": "简历详情"
  297. }
  298. },
  299. {
  300. "path": "pages/user/resume/application/invite",
  301. "style": {
  302. "navigationBarTitleText": "兼职邀约",
  303. "enablePullDownRefresh": true
  304. }
  305. },
  306. {
  307. "path": "pages/user/resume/application/task_to_do",
  308. "style": {
  309. "navigationBarTitleText": "任务清单",
  310. "enablePullDownRefresh": true
  311. }
  312. },
  313. {
  314. "path": "pages/user/resume/application/task_detail",
  315. "style": {
  316. "navigationBarTitleText": "兼职详情"
  317. }
  318. },
  319. {
  320. "path": "pages/user/money/cash_out",
  321. "style": {
  322. "navigationBarTitleText": "余额提现"
  323. }
  324. },
  325. {
  326. "path": "pages/user/resume/application/task_list",
  327. "style": {
  328. "navigationBarTitleText": "任务进度"
  329. }
  330. }
  331. ],
  332. "tabBar": {
  333. "color": "#7A7E83",
  334. "selectedColor": "#4581fb",
  335. "borderStyle": "black",
  336. "backgroundColor": "#F8F8F8",
  337. "list": [{
  338. "pagePath": "pages/index/index",
  339. "iconPath": "static/tab/sy.png",
  340. "selectedIconPath": "static/tab/sy_s.png",
  341. "text": "首页"
  342. },
  343. {
  344. "pagePath": "pages/serve/index",
  345. "iconPath": "static/tab/serve.png",
  346. "selectedIconPath": "static/tab/serve_s.png",
  347. "text": "更多服务"
  348. },
  349. {
  350. "pagePath": "pages/user/index",
  351. "iconPath": "static/tab/my.png",
  352. "selectedIconPath": "static/tab/my_s.png",
  353. "text": "我的"
  354. }
  355. ]
  356. },
  357. "globalStyle": {
  358. "navigationBarTextStyle": "black",
  359. "navigationBarTitleText": "爱就业咨询服务平台",
  360. "navigationBarBackgroundColor": "#f1f1f1"
  361. }
  362. }