refactor: 优化移动端跳转问题 (#18085)

This commit is contained in:
王嘉豪
2026-03-13 17:26:38 +08:00
committed by wangjiahao
parent 39fa420d61
commit 3ea515591d

View File

@@ -408,9 +408,6 @@ const onWrapperClick = e => {
}
} else {
initOpenHandler(window.open(url, jumpType))
if (isMobile()) {
window.location.reload()
}
}
} catch (e) {
console.warn('url 格式错误:' + url)