From 0aac3184488e5e17cc5f0af74b242840c58f70a7 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 11 Sep 2025 14:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=8A=A0=E7=BC=93=E5=AD=98=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rvDriverAuthentication/personAudit.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue index 5897675e..92edb206 100644 --- a/src/views/rvDriverAuthentication/personAudit.vue +++ b/src/views/rvDriverAuthentication/personAudit.vue @@ -92,14 +92,13 @@ } }, async mounted() { - // if(options?.show) { this.show = true if( this.show ) { await this.getDetail() } - this.esignFlag = localStorage.getItem('esignFlag'); + const urlParams = new URLSearchParams(window.location.search); + this.esignFlag = urlParams.get('esignFlag') || false; console.log("this.esignFlag ",this.esignFlag ) - // } }, methods: { async getDetail() {