Commit a55a8e06 authored by 周宏民's avatar 周宏民

fix: 修改运行报错

parent 873f5f91
Pipeline #92645 waiting for manual action with stages
......@@ -317,7 +317,7 @@ export const initMicroApps = (url) => {
}) ?? [];
if(window?.qiankunIsCache){
microStore.on("event:dropCache", (() => {
micorManager.map((micro) => {
micorManager && micorManager.map((micro) => {
micro.unmount && micro.unmount();
micro = null;
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment