refactor(仪表板、数据大屏): 优化跳转链接url

This commit is contained in:
wangjiahao
2025-03-12 23:53:58 +08:00
committed by 王嘉豪
parent 6438399f33
commit e6a8d0e241

View File

@@ -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)