文档拆分--查看--图片上传

This commit is contained in:
范强强
2024-03-10 13:18:09 +08:00
parent 46bcf687a3
commit a4464e58c3
5 changed files with 34 additions and 14 deletions
+3 -1
View File
@@ -911,7 +911,9 @@
}
})(img));
img.width = 113;
img.setAttribute('src', urlPrefix + list[i].url + (list[i].url.indexOf('?') == -1 ? '?noCache=':'&noCache=') + (+new Date()).toString(36) );
console.log(urlPrefix + list[i].url)
img.setAttribute('src', urlPrefix + list[i].url + (list[i].url.indexOf('?') == -1 ? '?noCache=':'&noCache=') + (+new Date()).toString(36) );
img.setAttribute('_src', urlPrefix + list[i].url);
domUtils.addClass(icon, 'icon');