From 48768527f98da3d401174d64f760da3c9d04ca73 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 5 Jun 2024 15:30:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(xpack):=20=E8=B7=AF=E7=94=B1=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/plugin/src/index.vue | 2 -- core/core-frontend/src/layout/components/Main.vue | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/core/core-frontend/src/components/plugin/src/index.vue b/core/core-frontend/src/components/plugin/src/index.vue index fe3f091f28..2959cd3396 100644 --- a/core/core-frontend/src/components/plugin/src/index.vue +++ b/core/core-frontend/src/components/plugin/src/index.vue @@ -94,8 +94,6 @@ onMounted(async () => { } else { distributed = wsCache.get(key) } - console.log('distributed', distributed, attrs, window['DEXPack']) - if (distributed) { if (window['DEXPack']) { const xpack = await window['DEXPack'].mapping[attrs.jsname] diff --git a/core/core-frontend/src/layout/components/Main.vue b/core/core-frontend/src/layout/components/Main.vue index f0d1dc33f9..b76fd2b112 100644 --- a/core/core-frontend/src/layout/components/Main.vue +++ b/core/core-frontend/src/layout/components/Main.vue @@ -1,11 +1,11 @@ - -