diff --git a/.gitignore b/.gitignore index e52f20a..b1c025c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ tests/**/coverage/ *.njsproj *.sln vue.config.js +vue.config.js diff --git a/vue.config.js b/vue.config.js index 4695926..8875cc1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,8 +38,8 @@ module.exports = { }, proxy: { '/development': { - // target: `http://inteview.t1j2.com/`, //后台服务地址 - target:'http://localhost:8009', + target: `http://inteview.t1j2.com/`, //后台服务地址 + // target:'http://localhost:8877', changeOrigin: true, pathRewrite: { '^/development': ''