mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-23 09:33:46 +08:00
修复:修复预览ftp时,图片图片、pdf预览异常
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user