|
|
@ -396,7 +396,7 @@ |
|
|
|
const longitude = this.dom.parentNode.getAttribute('data-longitude'); |
|
|
|
const latitude = this.dom.parentNode.getAttribute('data-latitude'); |
|
|
|
const param = |
|
|
|
`http://101.201.226.163/leaveProcess/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&longitude=${longitude}&latitude=${latitude}`; |
|
|
|
`http://101.201.226.163/leaveprocess/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&longitude=${longitude}&latitude=${latitude}`; |
|
|
|
if (type === 1) { |
|
|
|
sessionStorage.setItem('targetUrl', `${param}`); |
|
|
|
} else { |
|
|
|