mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix(仪表板、数据大屏): 修复修复外部参数对跳转链接的影响
This commit is contained in:
@@ -495,7 +495,7 @@ const jumpClick = param => {
|
||||
if (jumpInfo.publicJumpId) {
|
||||
let url = `${embeddedBaseUrl}#/de-link/${
|
||||
jumpInfo.publicJumpId
|
||||
}?fromLink=true&jumpInfoParam=${encodeURIComponent(
|
||||
}?fromLink=true&ignoreParams=true&jumpInfoParam=${encodeURIComponent(
|
||||
Base64.encode(JSON.stringify(param))
|
||||
)}`
|
||||
if (attachParamsInfo) {
|
||||
@@ -510,7 +510,9 @@ const jumpClick = param => {
|
||||
} else {
|
||||
let url = `${embeddedBaseUrl}#/preview?dvId=${
|
||||
jumpInfo.targetDvId
|
||||
}&fromLink=true&jumpInfoParam=${encodeURIComponent(Base64.encode(JSON.stringify(param)))}`
|
||||
}&fromLink=true&ignoreParams=true&jumpInfoParam=${encodeURIComponent(
|
||||
Base64.encode(JSON.stringify(param))
|
||||
)}`
|
||||
if (attachParamsInfo) {
|
||||
url = url + attachParamsInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user