From b0fa270a4b18aecd18216e31d359230b2751c201 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Nov 2024 14:16:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=8A=E5=90=8C=E6=97=B6=E9=80=9A=E8=BF=87div?= =?UTF-8?q?=E5=B5=8C=E5=85=A5=E4=B8=A4=E4=B8=AA=E7=9C=8B=E6=9D=BF=EF=BC=8C?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E5=8A=A0=E8=BD=BD=E5=AE=8C=E6=88=90=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=85=B6=E4=B8=AD=E4=B8=80=E4=B8=AA=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E8=B0=83=E7=94=A8=20destroy=20=E6=96=B9=E6=B3=95=E6=B3=A8?= =?UTF-8?q?=E9=94=80=E5=AE=9E=E4=BE=8B=EF=BC=8C=E5=8F=A6=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E7=9A=84=E5=9B=BE=E7=89=87=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= 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 5667a05e6b..4587cdb1b8 100644 --- a/core/core-frontend/src/pages/panel/main.ts +++ b/core/core-frontend/src/pages/panel/main.ts @@ -199,7 +199,6 @@ class DataEaseBi { embeddedStore.setOuterParams(null) embeddedStore.setSuffixId(null) embeddedStore.setToken(null) - embeddedStore.setBaseUrl(null) embeddedStore.setChartId(null) embeddedStore.clearState() this.vm.unmount() @@ -208,7 +207,6 @@ class DataEaseBi { this.busiFlag = null this.outerParams = null this.suffixId = null - this.baseUrl = null this.dvId = null this.pid = null this.chartId = null