mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-10-27 11:19:11 +08:00
新功能点:支持全局水印
This commit is contained in:
@@ -48,7 +48,7 @@ public class SimTextFilePreviewImpl implements FilePreview{
|
||||
model.addAttribute("fileType",fileAttribute.getSuffix());
|
||||
return "fileNotSupported";
|
||||
}
|
||||
model.addAttribute("ordinaryUrl", response.getMsg() + ".txt");
|
||||
model.addAttribute("ordinaryUrl", response.getMsg());
|
||||
return "txt";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user