This commit is contained in:
2024-09-13 15:05:19 +08:00
parent e9fc2d7383
commit b08b0c4fdb
2 changed files with 9 additions and 10 deletions

View File

@@ -361,14 +361,13 @@ export default {
},
mounted() {
this.getList()
this.initReload()
this.reloadWindows()
// this.initReload()
// this.reloadWindows()
},
onUnmounted() {
// 清除监听
this.resizeObserver.disconnect()
// 清除debounce函数中设置的timeout
clearTimeout(this.resizeTimeout)
// this.resizeObserver.disconnect()
// clearTimeout(this.resizeTimeout)
},
created() {
this.init()