From 545b702e473d1dcc57a49002736d0cedd6246b80 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 4 Nov 2024 17:08:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=AE=BE=E7=BD=AE=EF=BC=8C=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=89=93=E5=BC=80=E5=A4=96=E9=83=A8=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=8C=E4=B8=8D=E4=BC=9A=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E7=9B=AE=E6=A0=87=E9=93=BE=E6=8E=A5=EF=BC=8C=E4=BC=9A=E6=8A=8A?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E9=A1=B5=E9=9D=A2=E9=87=8D=E6=96=B0=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E4=B8=80=E4=B8=8B=20#13058?= 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 f33e56606b..3fdb62bc17 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -417,7 +417,7 @@ const windowsJump = (url, jumpType, size = 'middle') => { ) } else if ('_self' === jumpType) { newWindow = window.open(url, jumpType) - if (inMobile) { + if (inMobile.value) { window.location.reload() } } else {