From ad5f16acc98bc1c0ac628c40b0579cb98c8e66a9 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 10 Sep 2025 16:42:14 +0800 Subject: [PATCH] =?UTF-8?q?story#7189,=E8=B7=B3=E8=BD=AC=E5=8A=A0token?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rvDriverAuthentication/auditList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/rvDriverAuthentication/auditList.vue b/src/views/rvDriverAuthentication/auditList.vue index fd21dbca..85f0d729 100644 --- a/src/views/rvDriverAuthentication/auditList.vue +++ b/src/views/rvDriverAuthentication/auditList.vue @@ -105,7 +105,9 @@ return this.currentStep > status }, showDetail(path) { - this.goPage(path) + this.goPage(path,{ + token:localStorage.getItem('token') + }) }, getVerifyStatus() { if( this.type == 'simple' ) {