From 75c1e9875666a3336e01f7d6faed72304f445035 Mon Sep 17 00:00:00 2001 From: qiuyuan Date: Wed, 10 Sep 2025 11:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=BF=E8=AF=BA=E4=B9=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/docList/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docList/index.vue b/pages/docList/index.vue index 41850ae..829dc78 100644 --- a/pages/docList/index.vue +++ b/pages/docList/index.vue @@ -48,11 +48,11 @@ this.warnMsg = obj.warnMsg this.docList = [{ name: obj.applyPdfName, - url: BASE_URL + obj.covenantPdf + url: BASE_URL + obj.applyPdf }, { name: obj.covenantPdfName, - url: BASE_URL + obj.applyPdf + url: BASE_URL + obj.covenantPdf }, ] },