mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
fix(仪表板、数据大屏): 修复预览退出重新登录看不到预览界面问题
This commit is contained in:
@@ -35,7 +35,7 @@ const preview = () => {
|
||||
baseUrl = baseUrl.replace('oidcbi/', '')
|
||||
baseUrl = baseUrl.replace('casbi/', '')
|
||||
}
|
||||
const url = baseUrl + '#/preview?&ignoreParams=true&dvId=' + dvInfo.value.id
|
||||
const url = baseUrl + '#/preview?dvId=' + dvInfo.value.id + '&ignoreParams=true'
|
||||
const newWindow = window.open(url, '_blank')
|
||||
initOpenHandler(newWindow)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user