Commit 8fd0f5cb authored by 黄奎's avatar 黄奎

111

parent 81cfedce
......@@ -503,8 +503,9 @@
var fileName = title + "_2023.pdf";
this.pdfLoading = true;
let urlObj = this.domainManager();
var ocrUrl =urlObj.ocrUrl + "/Home/DownloadFileForPdf?url=" + encodeURIComponent(path);
//ocrUrl= urlObj.ocrUrl + "/Home/DownloadFileForPdf?configId="+msg.configId+"&url=" + encodeURIComponent(path);
var ocrUrl ="";
//urlObj.ocrUrl + "/Home/DownloadFileForPdf?url=" + encodeURIComponent(path);
ocrUrl= urlObj.ocrUrl + "/Home/DownloadFileForPdf?configId="+msg.configId+"&url=" + encodeURIComponent(path);
this.$http({
headers: {
'Content-Type': 'application/json'
......
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