无法加载https://storm.apache.org/releases/2.0.0-SNAPSHOT/Guaranteeing-message-processing.html。无法访问 - 控制 - 允许 - 来源'标头出现在请求的资源上。
在proxy.conf.json中添加
{
"/api": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}