From faf0a140267553684ed38fc7b1a8e6f58417d538 Mon Sep 17 00:00:00 2001 From: zer0Black Date: Mon, 17 Apr 2023 11:07:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 1 + vue.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .eslintignore 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 }, // 请求静态图片配置项