Commit 7f077e5e authored by youjie's avatar youjie

no message

parent 79504586
......@@ -296,10 +296,6 @@
let sign = title + "V2"
const a = document.createElement('a');
a.setAttribute('download', '');
// a.setAttribute('href', urlObj.DomainUrl + '/api/file/DownloadFileForPdf?fileName=' + sign +
// '.pdf&&fPath=' + res.data.data);
// res.data.data?res.data.data:
// let path = 'http://uploadfile.oytour.com/Home/PcToPdf2023?configId=8715&cityId=262&TCID=17873&orderId=46203&isShowBase=1&isShowFlight=1&isShowFeature=1&isShowFee=1&isShowShop=1&isShowTip=1&isShowB2B=1&isShowTrip=1&isShowTitle=1&isShowGuest=1&isShowMan=1&isShowTCNUM=1&isShowVisa=1&isShowTripImage=1&templateId=8&isShowVideoImg=1&unionfid=0'
let path = res.data.data
a.setAttribute('href', 'https://microservice.oytour.com/task/create/pdf/'+encodeURIComponent(path));
a.click();
......
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