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 {