主要在config->index.js中配置 proxyTable: { ‘/gameapi’: { changeOrigin: true, // target: ‘http://rap.id.cn/mockjs/20‘, mock地址 target: ‘http://192.168.1.124‘,服务器地址 pathRewrite: { ‘^/gameapi’: ‘/gameapi’ }, secure:false } } 因此,发送请求时候url写为(’/gameapi/gift-apply…