From 09a78e33eb4e015569f8225e784ac2dfa40c382d Mon Sep 17 00:00:00 2001 From: jiangweiguo <1578967617@qq.com> Date: Sun, 7 Apr 2024 10:49:34 +0800 Subject: [PATCH] 1 --- .eslintrc.js | 3 ++- vue.config.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8ad90db..5b22d59 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,7 @@ module.exports = { }, rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off' + 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', + 'no-unused-vars': "off" } } diff --git a/vue.config.js b/vue.config.js index 38a80a2..8f99099 100644 --- a/vue.config.js +++ b/vue.config.js @@ -24,6 +24,7 @@ module.exports = { ['/proxy-api']: { // target: `http://localhost:48080`, target: `http://192.168.3.81:48080`, + // target: `http://one.lyrfp.com`, // target: `http://192.168.3.243:48080`, // target: `http://api-dashboard.yudao.iocoder.cn`, changeOrigin: true,