micro-zoe / micro-app

A simple, efficient and powerful micro front-end framework. 一款简约、高效、功能强大的微前端框架
https://micro-zoe.github.io/micro-app/
MIT License
5.62k stars 570 forks source link

micro-app + react + umi,开发环境如何解决跨域问题 #1126

Open s269071276 opened 8 months ago

s269071276 commented 8 months ago

Access to fetch at 'http://192.168.1.4:3900/umi.dll.js' from origin 'http://localhost:7000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

tinymins commented 8 months ago

需要看看子应用使用的框架的文档了,这里看起来是要去搜索 umi dev 环境跨域 如何设置。