fix: 修复多层弹窗跳转仪表板时页面空白问题 #17550 (#18305)

This commit is contained in:
王嘉豪
2026-04-21 12:47:53 +08:00
committed by GitHub
parent 9c50fafc21
commit 784ee854f0

View File

@@ -14,7 +14,11 @@
v-if="state.dialogShow"
class="preview-main-frame"
id="iframe-de-preview-pop"
:src="state.url"
:src="
state.url.startsWith('#/preview?dvId=')
? `?${new Date().getTime()}${state.url}`
: state.url
"
scrolling="auto"
frameborder="0"
/>