module.exports = { devServer: { proxy: { '/api': { // target:'http://39.107.246.59:81', // target: 'http://four.scxjc.club', // target:'http://termreview.scxjc.club', target: 'http://118.190.145.217:8089', changeOrigin: true, } } }, publicPath: '/' }