优化打包目录

This commit is contained in:
X1627315083
2025-09-04 13:10:18 +08:00
parent 578817def4
commit 4dc5e26d92
20 changed files with 110 additions and 47 deletions

View File

@@ -1466,7 +1466,7 @@ export default defineComponent({
sessionStorage.setItem('collValue',JSON.stringify(this.collValue))
if(this.$props.isState)this.sortDesignCollection()
// window.removeEventListener('resize', this.setItemPosition)
this.observerData.observer.unobserve(this.$refs.rightContentBlockBox);
if(this.observerData?.observer)this.observerData.observer.unobserve(this.$refs.rightContentBlockBox);
},
async mounted() {
// if(window.innerWidth < 1200){