mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 04:12:11 +08:00
fix(仪表板): 移动端跳转问题 (#18171)
This commit is contained in:
@@ -425,14 +425,8 @@ const windowsJump = (url, jumpType, size = 'middle') => {
|
||||
dePreviewPopDialogRef.value.previewInit({ url, size })
|
||||
} else if ('_self' === jumpType) {
|
||||
newWindow = window.open(url, jumpType)
|
||||
if (inMobile.value) {
|
||||
window.location.reload()
|
||||
}
|
||||
} else {
|
||||
newWindow = window.open(url, jumpType)
|
||||
if (inMobile.value) {
|
||||
window.location.reload()
|
||||
}
|
||||
}
|
||||
initOpenHandler(newWindow)
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user