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': '/'