Commit 81cfedce authored by 黄奎's avatar 黄奎

页面修改

parent c431756b
...@@ -503,7 +503,8 @@ ...@@ -503,7 +503,8 @@
var fileName = title + "_2023.pdf"; var fileName = title + "_2023.pdf";
this.pdfLoading = true; this.pdfLoading = true;
let urlObj = this.domainManager(); let urlObj = this.domainManager();
var 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({ this.$http({
headers: { headers: {
'Content-Type': 'application/json' '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