mirror of
https://github.com/dataease/dataease.git
synced 2026-06-09 21:27:21 +08:00
fix: 修复移动端图片组件无法跳转到外部链接问题 (#18034)
This commit is contained in:
@@ -376,9 +376,6 @@ const onWrapperClick = e => {
|
||||
} else {
|
||||
window.open(url, '_blank')
|
||||
}
|
||||
if (isMobile()) {
|
||||
window.location.reload()
|
||||
}
|
||||
} else {
|
||||
initOpenHandler(window.open(url, jumpType))
|
||||
if (isDashboard() && isMobile()) {
|
||||
|
||||
Reference in New Issue
Block a user