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()