fix:居中导航栏图标 以及 解决切换后project 列表依旧被的选择的问题
This commit is contained in:
@@ -383,7 +383,9 @@
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.scrollbarWrap.removeEventListener('scroll', bus.debounce);
|
||||
if(this.scrollbarWrap){
|
||||
this.scrollbarWrap.removeEventListener('scroll', bus.debounce);
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user