fix: 修复顶部按钮create project有时失效的问题
This commit is contained in:
@@ -1246,7 +1246,7 @@ export default {
|
||||
this.assetSearch.dropdownShow = false;
|
||||
}
|
||||
},
|
||||
mounted: function() {
|
||||
created: function() {
|
||||
window.addEventListener('click', () => {
|
||||
this.esc(1);
|
||||
this.$store.commit('projectRightBoxShow', false);
|
||||
|
||||
Reference in New Issue
Block a user