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