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.开启子应用预加载,打开链接:https://zibrain.boeplat.com/login 2.停用浏览器缓存,刷新页面,查看子应用,只加载一次 3.使用浏览器缓存,刷新页面,查看子应用,子应用多次加载
代码截图:
控制台、终端截图 1.浏览器没有缓存,子应用只加载一次
2.浏览器有缓存,子应用多次加载
The text was updated successfully, but these errors were encountered:
浏览器没有缓存,子应用只加载一次的原因可能是重复请求失败。 可以检查一下子应用是否加载了主应用或自身,导致循环加载
Sorry, something went wrong.
sea-chao
No branches or pull requests
问题描述
复现步骤
1.开启子应用预加载,打开链接:https://zibrain.boeplat.com/login
2.停用浏览器缓存,刷新页面,查看子应用,只加载一次
3.使用浏览器缓存,刷新页面,查看子应用,子应用多次加载
上传截图
控制台、终端截图

1.浏览器没有缓存,子应用只加载一次
2.浏览器有缓存,子应用多次加载

环境信息
The text was updated successfully, but these errors were encountered: