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,