From f73e937e0d298d3df330048844c986678146e8e7 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 24 May 2024 12:04:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index b04216b25c..898266d407 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -350,7 +350,7 @@ const windowsJump = (url, jumpType) => { try { const newWindow = window.open(url, jumpType) initOpenHandler(newWindow) - if (jumpType === '_self') { + if (jumpType === '_self' && !embeddedStore.baseUrl) { location.reload() } } catch (e) {