From be5667057e5e7eac64be6a42bfc000256a0d546b Mon Sep 17 00:00:00 2001 From: lhj <403133128@qq.com> Date: Sat, 16 Nov 2024 14:46:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=89=93=E5=8D=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/useSchemeStore.ts | 3 --- 1 file changed, 3 deletions(-) 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