mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
refactor(仪表板、数据大屏): 优化跳转链接url
This commit is contained in:
@@ -492,7 +492,7 @@ const jumpClick = param => {
|
||||
if (attachParamsInfo) {
|
||||
url = url + attachParamsInfo + jumpInfoParam
|
||||
} else {
|
||||
url = url + '&ignoreParams=true' + attachParamsInfo + jumpInfoParam
|
||||
url = url + '&ignoreParams=true' + jumpInfoParam
|
||||
}
|
||||
const currentUrl = window.location.href
|
||||
localStorage.setItem('beforeJumpUrl', currentUrl)
|
||||
@@ -505,7 +505,7 @@ const jumpClick = param => {
|
||||
if (attachParamsInfo) {
|
||||
url = url + attachParamsInfo + jumpInfoParam
|
||||
} else {
|
||||
url = url + '&ignoreParams=true' + attachParamsInfo + jumpInfoParam
|
||||
url = url + '&ignoreParams=true' + jumpInfoParam
|
||||
}
|
||||
const currentUrl = window.location.href
|
||||
localStorage.setItem('beforeJumpUrl', currentUrl)
|
||||
|
||||
Reference in New Issue
Block a user