From e6a8d0e24172f7f643eaa5cb9754f8474ab26e51 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 12 Mar 2025 23:53:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5url?= 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f8e411fa56..eac3a70154 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -492,7 +492,7 @@ const jumpClick = param => { if (attachParamsInfo) { url = url + attachParamsInfo + jumpInfoParam } else { - url = url + '&ignoreParams=true' + attachParamsInfo + jumpInfoParam + url = url + '&ignoreParams=true' + jumpInfoParam } const currentUrl = window.location.href localStorage.setItem('beforeJumpUrl', currentUrl) @@ -505,7 +505,7 @@ const jumpClick = param => { if (attachParamsInfo) { url = url + attachParamsInfo + jumpInfoParam } else { - url = url + '&ignoreParams=true' + attachParamsInfo + jumpInfoParam + url = url + '&ignoreParams=true' + jumpInfoParam } const currentUrl = window.location.href localStorage.setItem('beforeJumpUrl', currentUrl)