fix: 修复顶部按钮create project有时失效的问题
This commit is contained in:
@@ -176,6 +176,7 @@ export default {
|
||||
}
|
||||
this.$store.commit('toCreateEndpoint', true);
|
||||
} else if (item.type == 5) {
|
||||
this.$store.commit('projectRightBoxShow', false);
|
||||
this.$store.commit('toCreateAlertConfig', true);
|
||||
}
|
||||
}, 120);
|
||||
|
||||
Reference in New Issue
Block a user