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