jwg 7 months ago
parent 19f9d69416
commit 09a78e33eb

@ -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"
}
}

@ -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,

Loading…
Cancel
Save