From 3ea515591d23bb9fe30f795a2b2d8997b2b23366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:26:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98=20(#1808?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/data-visualization/canvas/ComponentWrapper.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue index 16801b5e8f..a98bccd33f 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -408,9 +408,6 @@ const onWrapperClick = e => { } } else { initOpenHandler(window.open(url, jumpType)) - if (isMobile()) { - window.location.reload() - } } } catch (e) { console.warn('url 格式错误:' + url)