feat:给bus添加off时间 以及手动释放一些内存,隐藏system新增内容

This commit is contained in:
zhangyu
2020-11-20 10:15:17 +08:00
parent ba188b9128
commit 99779334b2
15 changed files with 77 additions and 33 deletions

View File

@@ -829,6 +829,8 @@
},
destroyed() {
window.onresize = null;
bus.$off("asset-filter-change");
bus.$off('alert-message-change');
}
}
</script>