From d8165fdc0a8c3fee2b5daa6c5afd405d5379d498 Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Mon, 15 Apr 2024 20:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/recruit/subPage/index.vue | 2 +- pages/seach/seach.vue | 6 +++--- vue.config.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/recruit/subPage/index.vue b/pages/recruit/subPage/index.vue index f811266..b69cc38 100644 --- a/pages/recruit/subPage/index.vue +++ b/pages/recruit/subPage/index.vue @@ -45,7 +45,7 @@ text: "发布零工任务", id: 0 }, { - text: "发布企业岗位", + text: "发布岗位", id: 1 } // , { diff --git a/pages/seach/seach.vue b/pages/seach/seach.vue index 5a5d6d8..f2def22 100644 --- a/pages/seach/seach.vue +++ b/pages/seach/seach.vue @@ -5,7 +5,7 @@ + placeholder="搜零工任务/搜岗位/搜政策" /> 搜索 @@ -20,7 +20,7 @@ + placeholder="搜零工任务/搜岗位/搜政策" /> --> @@ -61,7 +61,7 @@ 暂无历史记录 - diff --git a/vue.config.js b/vue.config.js index 5771477..1f309b9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,7 +3,7 @@ module.exports = { port: 1887, proxy: { '/api': { - target: 'http://10.165.0.173:8000', + target: 'http://localhost:8000', ws: true, pathRewrite: { '^/api': '/'