mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-17 23:07:26 +00:00
* tif图片预览,根据反馈的意见,已经全部修改
This commit is contained in:
@@ -284,6 +284,11 @@ public class FileHandlerService {
|
||||
if (StringUtils.hasText(fileKey)) {
|
||||
attribute.setFileKey(fileKey);
|
||||
}
|
||||
|
||||
String previewType = req.getParameter("previewType");
|
||||
if (StringUtils.hasText(previewType)) {
|
||||
attribute.setPreviewType(previewType);
|
||||
}
|
||||
}
|
||||
return attribute;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user