diff --git a/pageMy/my/resume/addSkill.vue b/pageMy/my/resume/addSkill.vue index 367ed6e..064fcd4 100644 --- a/pageMy/my/resume/addSkill.vue +++ b/pageMy/my/resume/addSkill.vue @@ -20,7 +20,7 @@ - 我具备的工种 + 工种 {{ worktypesName }} 请选择 @@ -31,7 +31,7 @@ - 我从事的岗位 + 期望岗位 {{ skillsName }} 请选择 diff --git a/vue.config.js b/vue.config.js index 46401d6..71ef27a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,11 +3,7 @@ module.exports = { port: 1887, proxy: { '/api': { - // target: 'http://192.168.3.108:8000', // 本地服务接口地址 - // target: 'http://192.168.3.112:8000', // 本地服务接口地址 - // target: 'http://10.165.0.173:8000', // 本地服务接口地址 - target: 'http://192.168.1.106:8000', // 本地服务接口地址 - // target: 'http://192.168.3.120:8000', // 本地服务接口地址 + target: 'http://localhost:8000', // 本地服务接口地址 ws: true, pathRewrite: { '^/api': '/'