修复压缩包内多图连续预览的bug
This commit is contained in:
parent
d4f7613b7d
commit
546d9f559d
|
@ -275,7 +275,7 @@ public class FileHandlerService {
|
|||
attribute.setUrl(url);
|
||||
if (req != null) {
|
||||
String officePreviewType = req.getParameter("officePreviewType");
|
||||
String fileKey = req.getParameter("fileKey");
|
||||
String fileKey = WebUtils.getUrlParameterReg(url,"fileKey");
|
||||
if (StringUtils.hasText(officePreviewType)) {
|
||||
attribute.setOfficePreviewType(officePreviewType);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue