module.exports = { devServer: { proxy: { '/api': { // target: 'http://118.190.145.217:8090', target: 'http://nj.scxjc.club', changeOrigin: true } }, overlay: { warning: false, errors: false } }, publicPath: '/', lintOnSave: false }