From 5cb7a5db024f0a1103add07780a69f37458f52ab Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Sat, 9 Mar 2024 19:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=8B=9B=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/userrecruit.js | 8 + pages/index/index.vue | 2 +- pages/recruit/subPage/person.vue | 77 ++--- pages/recruit/subPage/recruit.vue | 25 +- pages/recruit/subPage/task.vue | 469 ++++++++++++++++++++++++++++-- pages/recruit/subPage/work.vue | 460 +++++++++++++++++++++++++++-- vue.config.js | 2 +- 7 files changed, 955 insertions(+), 88 deletions(-) diff --git a/api/userrecruit.js b/api/userrecruit.js index bfc98e0..0c5cb93 100644 --- a/api/userrecruit.js +++ b/api/userrecruit.js @@ -39,6 +39,14 @@ export const userrecruitDetail = (workId) => { }) } +export const submitInfo = (data) => { + return request({ + url: '/api/jobslink-api/user/userrecruit/saveApp', + method: 'post', + data: data + }) +} + export const getuserrecruitListApp = (params) => { return request({ url: '/api/jobslink-api/user/userrecruit/listApp', diff --git a/pages/index/index.vue b/pages/index/index.vue index c0696a3..93db827 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -158,7 +158,7 @@ 在线咨询 --> - + diff --git a/pages/recruit/subPage/person.vue b/pages/recruit/subPage/person.vue index 2d6cd7c..f5025aa 100644 --- a/pages/recruit/subPage/person.vue +++ b/pages/recruit/subPage/person.vue @@ -3,9 +3,10 @@ - - - + + 招工信息 + + @@ -18,7 +19,8 @@ - + + 招工要求 @@ -40,9 +42,12 @@ border="none"> - - + + + + + 人员要求 - - @@ -66,7 +71,8 @@ - + + @@ -100,7 +106,8 @@ \ No newline at end of file diff --git a/pages/recruit/subPage/recruit.vue b/pages/recruit/subPage/recruit.vue index c10229d..0479bc7 100644 --- a/pages/recruit/subPage/recruit.vue +++ b/pages/recruit/subPage/recruit.vue @@ -17,23 +17,26 @@ 您的招工需求 - - - - - - {{ item - }} + + + + + + + {{ item + }} + - - + + + - + diff --git a/pages/recruit/subPage/task.vue b/pages/recruit/subPage/task.vue index 197a14c..278ee4a 100644 --- a/pages/recruit/subPage/task.vue +++ b/pages/recruit/subPage/task.vue @@ -1,23 +1,452 @@ - - - - - diff --git a/pages/recruit/subPage/work.vue b/pages/recruit/subPage/work.vue index 6b38ab9..812e057 100644 --- a/pages/recruit/subPage/work.vue +++ b/pages/recruit/subPage/work.vue @@ -1,23 +1,443 @@ - - - - - diff --git a/vue.config.js b/vue.config.js index 4ad870c..e17d546 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,8 +5,8 @@ module.exports = { '/api': { // target: 'http://192.168.3.104:8000', // 本地服务接口地址 // target: "http://39.98.184.58:8000", // 阿里云后台地址 - target: 'http://192.168.3.108:8000', // 本地服务接口地址 // target: 'http://192.168.3.108:8000', // 本地服务接口地址 + target: 'http://192.168.3.111:8000', // 本地服务接口地址 ws: true, pathRewrite: { '^/api': '/'