独立flv文件预览实现

This commit is contained in:
chenkailing
2020-12-27 15:14:32 +08:00
committed by kl
parent 9c83860e1b
commit 602e80ee9e
11 changed files with 55 additions and 18 deletions

View File

@@ -12,7 +12,6 @@ import org.springframework.ui.Model;
@Service
public class OtherFilePreviewImpl implements FilePreview {
public static final String NOT_SUPPORTED_FILE_PAGE = "fileNotSupported";
@Override
public String filePreviewHandle(String url, Model model, FileAttribute fileAttribute) {