修复:修复预览ftp时,图片图片、pdf预览异常

This commit is contained in:
陈精华
2020-05-14 16:22:48 +08:00
committed by kl
parent 59ac8effc1
commit 5196536bb4
3 changed files with 43 additions and 5 deletions

View File

@@ -24,6 +24,11 @@
<body>
<ul id="dowebok">
<#list imgurls as img>
<#if img?contains("http://") || img?contains("https://")>
<#assign img="${img}">
<#else>
<#assign img="${baseUrl}${img}">
</#if>
<li><img id="${img}" url="${img}" src="${img}" width="1px" height="1px"></li>
</#list>
</ul>