Authored by wangtao

fix: 文档预览

... ... @@ -54,7 +54,7 @@ See https://github.com/adobe-type-tools/cmap-resources
var PDFData = "";
//PDF文件生成的服务器ip地址(各地不同)
var ipaddr = location.href.substring(0, location.href.lastIndexOf(':'));//浙江地址
var uri = domainName + "/api-web/home/readPdf?pdfPath=" + param + "&accessToken=" + access_token;
var uri = "/api-web/home/readPdf?pdfPath=" + param + "&accessToken=" + access_token;
$.ajax({
type: "get",
async: false,
... ...