From 06257a9df883a203ff3bd5a8f7094c111dc4838b Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Mon, 18 Mar 2024 12:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E6=8F=8F=E8=BF=B0=E3=80=81?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E4=BB=8B=E7=BB=8D=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/recruit/subPage/person.vue | 26 ++++++++++++++++++++------ pages/recruit/subPage/task.vue | 14 ++++++++++---- pages/recruit/subPage/work.vue | 14 ++++++++++---- vue.config.js | 4 ++-- 4 files changed, 42 insertions(+), 16 deletions(-) diff --git a/pages/recruit/subPage/person.vue b/pages/recruit/subPage/person.vue index bb6b034..c976fc1 100644 --- a/pages/recruit/subPage/person.vue +++ b/pages/recruit/subPage/person.vue @@ -42,11 +42,16 @@ border="none"> - + - - + + + + + 人员要求 + @@ -180,6 +187,7 @@ showAge: false, // 年龄要求 showEdu: false, // 学历要求 showExpe: false, // 经验要求 + // showDesc: false, // 招工描述 birthday: Number(new Date()), wageColumns: dic.taskSalary, tradeColumns: dic.tradeArr, @@ -272,6 +280,12 @@ skillConfirm() { this.showSkills = false }, + // openDesc() { + // this.showDesc = true + // }, + // closeDesc() { + // this.showDesc = false + // }, // natureConfirm(e) { // const { value } = e // this.info.userNature = value[0] diff --git a/pages/recruit/subPage/task.vue b/pages/recruit/subPage/task.vue index 8cb1c58..3c4f6c9 100644 --- a/pages/recruit/subPage/task.vue +++ b/pages/recruit/subPage/task.vue @@ -44,9 +44,12 @@ - - + + + + 人员要求 + + + diff --git a/pages/recruit/subPage/work.vue b/pages/recruit/subPage/work.vue index f69b3cf..06f1f00 100644 --- a/pages/recruit/subPage/work.vue +++ b/pages/recruit/subPage/work.vue @@ -44,9 +44,12 @@ - - + + + + 人员要求 + + + diff --git a/vue.config.js b/vue.config.js index e17d546..18ca113 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,9 +4,9 @@ module.exports = { proxy: { '/api': { // target: 'http://192.168.3.104:8000', // 本地服务接口地址 - // target: "http://39.98.184.58:8000", // 阿里云后台地址 + target: "http://39.98.184.58:8000", // 阿里云后台地址 // target: 'http://192.168.3.108:8000', // 本地服务接口地址 - target: 'http://192.168.3.111:8000', // 本地服务接口地址 + // target: 'http://192.168.3.111:8000', // 本地服务接口地址 ws: true, pathRewrite: { '^/api': '/'