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