mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
perf(仪表板): 未登录状态使用 Url 预览资源被阻塞
This commit is contained in:
committed by
fit2cloud-chenyw
parent
4a9e5d2eef
commit
5333787c8d
@@ -175,8 +175,7 @@ onMounted(async () => {
|
||||
downloadH2(type)
|
||||
}
|
||||
})
|
||||
await new Promise(r => (p = r))
|
||||
await new Promise(r => (p1 = r))
|
||||
await Promise.all([new Promise(r => (p = r)), new Promise(r => (p1 = r))])
|
||||
const dvId = embeddedStore.dvId || router.currentRoute.value.query.dvId
|
||||
// 检查外部参数
|
||||
const ignoreParams = router.currentRoute.value.query.ignoreParams === 'true'
|
||||
|
||||
Reference in New Issue
Block a user