fix(图表): 修复跳转设置,当前页面打开外部链接,不会跳转到目标链接,会把当前页面重新刷新一下 #13058

This commit is contained in:
wangjiahao 2024-11-04 17:08:11 +08:00
parent b5753b61eb
commit 545b702e47

View File

@ -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 {