proxyTable: { ‘/api‘:{ target:"http://localhost:3000", changeOrigin:true, pathRewrite:{ "^/api":"http://localhost:3000" } } },
Vue脚手架中的跨域问题
原文:https://www.cnblogs.com/AngelTp/p/12853736.html