From 6dcc59ea2d900a7cc7bf2385044288070acbcdb3 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue index bf48ccbc..1d0fe2bb 100644 --- a/src/views/rvDriverAuthentication/personAudit.vue +++ b/src/views/rvDriverAuthentication/personAudit.vue @@ -109,7 +109,7 @@ const urlParams = new URLSearchParams(window.location.search); console.log('window.location',window.location) // console.log("urlParams",urlParams) - // console.log("decodeURIComponent( window.location.href)",decodeURIComponent( window.location.href)) + console.log("decodeURIComponent( window.location.href)",decodeURIComponent( window.location.href)) this.esignFlag = urlParams.get('esignFlag') || localStorage.getItem("esignFlag") if(window.location.search){ console.log('有参数')