forked from github/dataease
feat(仪表板): 公共链接打开后,浏览器网页标题提示为仪表板和数据大屏的名称
This commit is contained in:
parent
a0110835cf
commit
18b5ac9e14
@ -63,6 +63,10 @@ const loadCanvasDataAsync = async (dvId, dvType) => {
|
||||
if (jumpParam) {
|
||||
dvMainStore.addViewTrackFilter(jumpParam)
|
||||
}
|
||||
if (props.publicLinkStatus) {
|
||||
// 设置浏览器title为当前仪表板名称
|
||||
document.title = dvInfo.name
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user