webpackDevServer.config.js中添加 执行 yarn eject 可以看到webpackDevServer.config.js
proxy: {
“/apis”: {
target: “http://localhost:8080”,
changeOrigin: true,
pathRewrite: {
“^/apis”: “/”,
},
},
},
react开发环境跨域
最新推荐文章于 2023-12-04 07:50:07 发布
webpackDevServer.config.js中添加 执行 yarn eject 可以看到webpackDevServer.config.js
proxy: {
“/apis”: {
target: “http://localhost:8080”,
changeOrigin: true,
pathRewrite: {
“^/apis”: “/”,
},
},
},