module.exports = { '/api': { target: 'http://106.14.4.1:8090/', // 设置你调用的接口域名和端口号 changeOrigin: true, // 跨域 pathRewrite: { '^/api': '/' } }, };