mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
Merge pull request #13282 from dataease/pr@dev-v2@fix_preview
fix(仪表板、数据大屏): 修复预览退出重新登录看不到预览界面问题
This commit is contained in:
commit
0cf3647561
@ -138,7 +138,7 @@ const previewOuter = () => {
|
||||
return
|
||||
}
|
||||
canvasSave(() => {
|
||||
const url = '#/preview?ignoreParams=true&dvId=' + dvInfo.value.id
|
||||
const url = '#/preview?dvId=' + dvInfo.value.id + '&ignoreParams=true'
|
||||
const newWindow = window.open(url, '_blank')
|
||||
initOpenHandler(newWindow)
|
||||
})
|
||||
|
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user