-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vite+vue3 百度地图动态script加载模式,使用了 #1009 提供的插件后,地图能加载出来,但是图片跨域 #1388
Comments
@WangEbo 我最近也碰到了同样的问题,子应用使用了img标签去引用外部图片资源,但是微前端环境中图片被加上crossorigin="anonymous"属性 就会因为跨域没办法加载,想知道这个问题您解决了吗 |
你那有demo吗? |
Since the issue was labeled with |
问题描述
复现步骤
` microApp.start({
plugins: {
modules: {
'appName': [microPluginMap],
}
}
})
上传截图
子应用加载地图正常,两个均为线上环境
复现仓库
环境信息
The text was updated successfully, but these errors were encountered: