mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(图表): 优化移动端跳转问题 (#16895)
This commit is contained in:
@@ -429,6 +429,9 @@ const windowsJump = (url, jumpType, size = 'middle') => {
|
||||
}
|
||||
} else {
|
||||
newWindow = window.open(url, jumpType)
|
||||
if (inMobile.value) {
|
||||
window.location.reload()
|
||||
}
|
||||
}
|
||||
initOpenHandler(newWindow)
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user