diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..a57582c --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +/src diff --git a/vue.config.js b/vue.config.js index b3dabd8..d939209 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,7 +12,7 @@ module.exports = { proxy: { // 配置跨域 '/api': { - target: 'http://10.94.1.164:7060', // 服务器 + target: 'http://127.0.0.1:7060', // 服务器 changeOrigin: true }, // 请求静态图片配置项