From 93aaaacd06c27e844dbbf2ca7802a8d38de8add9 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 12 Sep 2025 11:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E9=93=BE?= =?UTF-8?q?=E6=8E=A5decode=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rvDriverAuthentication/personAudit.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue index 6c70dd45..bf48ccbc 100644 --- a/src/views/rvDriverAuthentication/personAudit.vue +++ b/src/views/rvDriverAuthentication/personAudit.vue @@ -108,9 +108,8 @@ } const urlParams = new URLSearchParams(window.location.search); console.log('window.location',window.location) - console.log("urlParams",urlParams) + // console.log("urlParams",urlParams) // console.log("decodeURIComponent( window.location.href)",decodeURIComponent( window.location.href)) - // decodeURIComponent( window.location.href) this.esignFlag = urlParams.get('esignFlag') || localStorage.getItem("esignFlag") if(window.location.search){ console.log('有参数')