Ver Fonte

更新tif解析文件 更加自能错误提醒
更新tif解析文件 更加自能错误提醒

Signed-off-by: 高雄 <admin@cxcp.com>

高雄 há 2 anos atrás
pai
commit
8c480208df
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      server/src/main/resources/web/tiff.ftl

+ 3 - 2
server/src/main/resources/web/tiff.ftl

@@ -86,8 +86,9 @@ html += "    <p>有任何疑问,请加入kk开源社区知识星球咨询:<a
 html += "</div>";
 html += "</body>";
 html += "</html>";
-   document.write(html);
-	document.close();
+document.write(html);
+document.close();
+return;
 }
         for (let i = 0; i < rgba.length; i++) {
             imageData.data[i] = rgba[i];