Merge pull request #13097 from dataease/fix_view-refresh

fix(图表): 修复跳转设置,当前页面打开外部链接,不会跳转到目标链接,会把当前页面重新刷新一下 #13058
This commit is contained in:
王嘉豪 2024-11-04 17:08:55 +08:00 committed by GitHub
commit 667acab07a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {