From 1b38166ba39615b7191b406a6a94817b023381db Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Tue, 19 Mar 2024 10:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BD=93=E6=88=B7=E6=8B=9B=E5=B7=A5?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BC=81=E4=B8=9A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/recruit/subPage/person.vue | 30 ++++++++++++++++++++++++++++++ vue.config.js | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) 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,