diff --git a/src/stores/useSchemeStore.ts b/src/stores/useSchemeStore.ts index 83be30e..1317a64 100644 --- a/src/stores/useSchemeStore.ts +++ b/src/stores/useSchemeStore.ts @@ -104,9 +104,6 @@ export const useSchemeStore = defineStore('scheme', { popFromStack(this.selectedComponentStack); const preComponentId = topFromStack(this.selectedComponentStack); this.nowComponentsData = this.getSchemeObj(preComponentId || ''); - console.log("删除后,栈", this.selectedComponentStack); - console.log("删除后,前一个组件id", preComponentId); - console.log("删除后,前一个组件", this.nowComponentsData); }, cleanupReferences(id: string) { // 清理 nowComponentsData