|
|
@ -471,9 +471,9 @@ |
|
|
|
const longitude = this.dom.parentNode.getAttribute('data-longitude'); |
|
|
|
const latitude = this.dom.parentNode.getAttribute('data-latitude'); |
|
|
|
const path = "http://101.201.226.163/tall/v4.0.0/pages/detailWebview/detailWebview"; |
|
|
|
const param = `http://101.201.226.163/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&longitude=${longitude}&latitude=${latitude}`; |
|
|
|
const param = `pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&longitude=${longitude}&latitude=${latitude}`; |
|
|
|
if (type === 1) { |
|
|
|
sessionStorage.setItem('targetUrl', param); |
|
|
|
sessionStorage.setItem('targetUrl', `http://101.201.226.163/checkwork/?${param}`); |
|
|
|
} else { |
|
|
|
location.href = `${path}/?url=${encodeURIComponent(param)}`; |
|
|
|
} |
|
|
|