融合页面关闭历史记录页面同时关闭

uat_us
caiyiling 2024-03-29 11:33:23 +08:00
parent 5bcd7cfa59
commit 9aaf2e4ad5
1 changed files with 3 additions and 0 deletions

View File

@ -631,6 +631,9 @@ export default {
})
},
beforeDestroy() {
if (this.screenshotWindow) {
this.screenshotWindow.close()
}
cornerstoneTools.destroy()
eventTarget.reset()
cache.purgeCache()