Commit b9508cf6 authored by 沈良进's avatar 沈良进

11

parent 3335070f
......@@ -296,7 +296,7 @@
let sign = title + "V2"
const a = document.createElement('a');
a.setAttribute('download', '');
a.setAttribute('href', urlObj.DomainUrl + '/api/file/DownloadFileForPdf?fileName=' + sign +
a.setAttribute('href', urlObj.DomainUrl + '/api/file/DownLoadPdf2023New?fileName=' + sign +
'.pdf&&fPath=' + res.data.data);
a.click();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment