mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 01:01:20 +08:00
refactor: 优化移动端跳转问题 (#18085)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user