module.exports = { devServer: { proxy: { '/api': { // target: 'http://118.190.145.217:8090', target: 'xjctest.baianxi.com', changeOrigin: true } } }, publicPath: '/' }