fix: 修复加载组态后展示不全

This commit is contained in:
huanghao1412 2024-02-23 15:18:30 +08:00
parent 65c748e265
commit b35518907b

View File

@ -46,6 +46,9 @@ const handleMsg = (event: any) => {
url: obj.path
})
}
else if(obj.type === 'loaded') {
sessionStorage.removeItem("pageLoadMethod")
}
}
}