forked from github/dataease
refactor(仪表板、数据大屏): 修改跳转非法url告警信息
This commit is contained in:
parent
a300a292bc
commit
c646fbda44
@ -378,7 +378,7 @@ const windowsJump = (url, jumpType) => {
|
||||
const newWindow = window.open(url, jumpType)
|
||||
initOpenHandler(newWindow)
|
||||
} catch (e) {
|
||||
ElMessage.error(t('visualization.url_check_error') + ':' + url)
|
||||
console.warn(t('visualization.url_check_error') + ':' + url)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user