mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(图表): 修复跳转设置,当前页面打开外部链接,不会跳转到目标链接,会把当前页面重新刷新一下 #13058
This commit is contained in:
@@ -417,7 +417,7 @@ const windowsJump = (url, jumpType, size = 'middle') => {
|
||||
)
|
||||
} else if ('_self' === jumpType) {
|
||||
newWindow = window.open(url, jumpType)
|
||||
if (inMobile) {
|
||||
if (inMobile.value) {
|
||||
window.location.reload()
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user