mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 11:21:44 +08:00
refactor: 优化移动端跳转问题 (#18085)
This commit is contained in:
@@ -408,9 +408,6 @@ const onWrapperClick = e => {
|
||||
}
|
||||
} else {
|
||||
initOpenHandler(window.open(url, jumpType))
|
||||
if (isMobile()) {
|
||||
window.location.reload()
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
console.warn('url 格式错误:' + url)
|
||||
|
||||
Reference in New Issue
Block a user