We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题的具体描述 1.主应用和子应用使用同一个开源框架,会出现子应用的页面覆盖在主应用上。 2.如果在主应用上配置disableSandbox,会导致子应用无法加载
1.pnpm install 2. pnpm dev
请上传代码截图、控制台、终端等截图以帮助我们了解您的问题。 如图,其中这两个按钮和文字是在主应用中写的,logo图片是子应用,会直接覆盖,子应用使用的是绝对布局 并且子应用的路由都无法加载成功,子应用在浏览器运行可以正常登录使用,在主应用中就无法登录,直接显示找不到路由页面
请提供一个精简的代码仓库,然后上传到自己的 github,以帮助我们复现您的问题。 主应用:https://gitee.com/shenlu/vue-admin.git 子应用:https://gitee.com/shenlu/child-app.git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
复现步骤
1.pnpm install
2. pnpm dev
上传截图
复现仓库
环境信息
The text was updated successfully, but these errors were encountered: