mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 00:29:16 +08:00
fix: 修复加载组态后展示不全
This commit is contained in:
parent
65c748e265
commit
b35518907b
@ -46,6 +46,9 @@ const handleMsg = (event: any) => {
|
||||
url: obj.path
|
||||
})
|
||||
}
|
||||
else if(obj.type === 'loaded') {
|
||||
sessionStorage.removeItem("pageLoadMethod")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user