From 1339c09382b9bf838361f59dca9ae0d00af23f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=B2=BE=E5=8D=8E?= <842761733@qq.com> Date: Fri, 29 Nov 2019 16:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E9=A1=B5=E9=9D=A2=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/cn/keking/service/impl/OtherFilePreviewImpl.java | 3 +-- jodconverter-web/src/main/resources/web/fileNotSupported.ftl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/jodconverter-web/src/main/java/cn/keking/service/impl/OtherFilePreviewImpl.java b/jodconverter-web/src/main/java/cn/keking/service/impl/OtherFilePreviewImpl.java index e449d952..c4f0207b 100644 --- a/jodconverter-web/src/main/java/cn/keking/service/impl/OtherFilePreviewImpl.java +++ b/jodconverter-web/src/main/java/cn/keking/service/impl/OtherFilePreviewImpl.java @@ -19,8 +19,7 @@ public class OtherFilePreviewImpl implements FilePreview { @Override public String filePreviewHandle(String url, Model model, FileAttribute fileAttribute) { model.addAttribute("fileType",fileAttribute.getSuffix()); - model.addAttribute("msg", "系统还不支持该格式文件的在线预览," + - "如有需要请按下方显示的邮箱地址联系系统维护人员"); + model.addAttribute("msg", "系统还不支持该格式文件的在线预览"); return "fileNotSupported"; } } diff --git a/jodconverter-web/src/main/resources/web/fileNotSupported.ftl b/jodconverter-web/src/main/resources/web/fileNotSupported.ftl index e238be7c..57be8f80 100644 --- a/jodconverter-web/src/main/resources/web/fileNotSupported.ftl +++ b/jodconverter-web/src/main/resources/web/fileNotSupported.ftl @@ -33,7 +33,7 @@ 该文件类型(${fileType})系统暂时不支持在线预览,说明

${msg}

- 如有需要请联系@HappyPig + 有任何疑问,请加 官方QQ群:613025121 咨询