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

This commit is contained in:
王嘉豪
2026-03-13 17:26:38 +08:00
committed by GitHub
parent 39caa21d74
commit 152735a3f6

View File

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