From 6c5c044ca5008038973f6bc649d1d687994603ba Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Fri, 27 May 2022 09:44:53 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 25466d1..620390b 100644 --- a/index.html +++ b/index.html @@ -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)}`; }