guoxiaobin-git

Results 4 comments of guoxiaobin-git

![image](https://user-images.githubusercontent.com/79432179/155520388-df415f99-d77b-489d-8e3d-7cf2697afa26.png)

我在子应用的入口加了setTimeout 延迟打印window.micApp 然后在主应用里面访问子应用的页面 发现一开始window.micApp确实是undefined 然后延迟后window.micApp才有值 有没有相关的配置可以延迟主应用获取library的;或可以监听等子应用所需的文件加载完成了,主应用再去读取library呀

window.micApp:第一个log是undefined 第二个setTimeout有值 ![image](https://user-images.githubusercontent.com/79432179/155636842-a97ed01d-b397-4404-950e-712562526628.png)