mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-04-12 02:57:22 +00:00
新增 页码定位 美化前端 其他功能调整等
This commit is contained in:
@@ -55,7 +55,7 @@ public class DownloadUtils {
|
||||
|
||||
String urlStr = null;
|
||||
try {
|
||||
urlStr = fileAttribute.getUrl().replaceAll("\\+", "%20").replaceAll(" ", "%20");
|
||||
urlStr = fileAttribute.getUrl();
|
||||
} catch (Exception e) {
|
||||
logger.error("处理URL异常:", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user