module.exports={ devServer:{ port:8081, proxy:{ ‘/api‘:{ target:‘http://localhost:8081‘, pathRewrite:{ ‘^/api‘:‘‘ } } } } }
vue.config.js配置文件
原文:https://www.cnblogs.com/LifeFruit/p/13544233.html