From ec88d953dcf33ec0f3f5bf8facbb05878cea5acb Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 06 五月 2025 21:33:51 +0800 Subject: [PATCH] 修改了代码 --- ruoyi-ui/src/views/qrcode/pdscanInfo.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/qrcode/pdscanInfo.vue b/ruoyi-ui/src/views/qrcode/pdscanInfo.vue index af8ef37..7b3ce50 100644 --- a/ruoyi-ui/src/views/qrcode/pdscanInfo.vue +++ b/ruoyi-ui/src/views/qrcode/pdscanInfo.vue @@ -464,10 +464,12 @@ this.dialogVisible = true; }, handleDownload(url) { - +alert(url) + var formData = {'path':url.replace(process.env.VUE_APP_BASE_TRUE_API,"")}; let lens = formData.path.split(".") let suffix = lens[lens.length-1] + console.log(formData) download(formData).then(async (response) => { const isLogin = await blobValidate(response); let nt = new Date().getTime() -- Gitblit v1.9.1