mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
refactor(仪表板、数据大屏): 修改跳转非法url告警信息
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user