From f46c4091648847d32a994227043cd22cfb19d983 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 16 Aug 2024 10:06:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E5=BC=8F=E9=94=80=E6=AF=81=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/pages/panel/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/core-frontend/src/pages/panel/main.ts b/core/core-frontend/src/pages/panel/main.ts index f39776be78..eab0ef157f 100644 --- a/core/core-frontend/src/pages/panel/main.ts +++ b/core/core-frontend/src/pages/panel/main.ts @@ -176,7 +176,6 @@ class DataEaseBi { embeddedStore.setBaseUrl(null) embeddedStore.setChartId(null) embeddedStore.clearState() - console.log('this.vm1', this.vm) this.vm.unmount() this.type = null this.token = null @@ -188,7 +187,6 @@ class DataEaseBi { this.chartId = null this.resourceId = null this.vm = null - console.log('this.vm2', this.vm) } }