diff --git a/pages/recruit/subPage/person.vue b/pages/recruit/subPage/person.vue index c976fc1..77d538a 100644 --- a/pages/recruit/subPage/person.vue +++ b/pages/recruit/subPage/person.vue @@ -77,6 +77,26 @@ border="none"> + 企业信息 + + + + + + + + + + + + + + + + + + @@ -166,6 +186,11 @@ education: '', // 学历要求 educationLabel: '', // 学历要求前端显示 experienceDesc: '', // 经验要求 + jobCompanyName: '', // 企业名称 + jobCompanyScale: '', // 企业规模 + jobCompanyIndustry: '', // 所属行业 + jobCompanyNature: '', // 企业性质 + jobCompanyDescription: '', // 企业介绍 callName: '', // 联系人 callTel: '', // 手机号 callNumber: '', // 座机 @@ -427,6 +452,11 @@ 'education', 'educationLabel', 'experienceDesc', + 'jobCompanyName', + 'jobCompanyScale', + 'jobCompanyIndustry', + 'jobCompanyNature', + 'jobCompanyDescription', 'callName', 'callTel', 'callNumber', diff --git a/vue.config.js b/vue.config.js index bf5b78f..18ca113 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,7 +4,7 @@ module.exports = { proxy: { '/api': { // target: 'http://192.168.3.104:8000', // 本地服务接口地址 - 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.111:8000', // 本地服务接口地址 ws: true,