From e2cb53ea4bd54ba743e539be5ba4df0a57e8262d Mon Sep 17 00:00:00 2001 From: admin <417727563@qq.com> Date: Thu, 27 Feb 2025 17:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/userInfo/components/reacList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/userInfo/components/reacList.vue b/src/views/userInfo/components/reacList.vue index bdf91a2..f6deeac 100644 --- a/src/views/userInfo/components/reacList.vue +++ b/src/views/userInfo/components/reacList.vue @@ -212,7 +212,7 @@ const download = async (url:any,name:any) => { const a = document.createElement('a') a.style.display = 'none' document.body.appendChild(a) - a.href = import.meta.env.VITE_APP_BASE_API + '/sys/common/zuopin/' + url + a.href = import.meta.env.VITE_APP_BASE_API + '/sys/common' + url a.setAttribute('download', name); a.click() document.body.removeChild(a)