From faac47a7fcb448bb05773168ce364b2861561678 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Mon, 30 May 2022 09:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 620390b..c16a9a1 100644 --- a/index.html +++ b/index.html @@ -471,11 +471,11 @@ 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 = `pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&longitude=${longitude}&latitude=${latitude}`; + const param = `http://101.201.226.163/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&longitude=${longitude}&latitude=${latitude}`; if (type === 1) { - sessionStorage.setItem('targetUrl', `http://101.201.226.163/checkwork/?${param}`); + sessionStorage.setItem('targetUrl', param); } else { - location.href = `${path}/?url=${encodeURIComponent(param)}`; + location.href = param; } } }