fix: 修复移动端图片组件无法跳转到外部链接问题 (#18034)

This commit is contained in:
王嘉豪
2026-03-06 15:28:19 +08:00
committed by wangjiahao
parent 25ecfb3cba
commit 0d0dc1710e

View File

@@ -406,9 +406,6 @@ const onWrapperClick = e => {
} else {
window.open(url, '_blank')
}
if (isMobile()) {
window.location.reload()
}
} else {
initOpenHandler(window.open(url, jumpType))
if (isMobile()) {