Skip to content
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,子应用使用iframe沙箱后,子应用中的img标签获取的图片显示是获取的主应用域名下的路径,尝试过使用window.stop()阻止脚本以及iframeSrc都不能正常访问到资源 #1405

Open
DongZeMan opened this issue Oct 14, 2024 · 1 comment

Comments

@DongZeMan
Copy link

问题描述

主应用和子应用都是Vite,子应用使用iframe沙箱后,子应用中的img标签获取的图片显示是获取的主应用域名下的路径,尝试过使用window.stop()阻止脚本以及iframeSrc都不能正常访问到子应用的资源

复现步骤

上传截图

主应用:
image
image
image
子应用:
image
image

效果图:
image
image

复现仓库

请提供一个精简的代码仓库,然后上传到自己的 github,以帮助我们复现您的问题。

环境信息

  • micro-app版本:1.0.0-rc.12
  • 主应用前端框架&版本: vue3 (3.5.10)
  • 子应用前端框架&版本: vue3 (3.5.10)
  • 构建工具&版本:Vite (5.1.4)
    image
@DongZeMan
Copy link
Author

补一张图,资源访问路径
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant