fix: 修复文档转换与预览链路中的图片、文件名和错误处理问题
This commit is contained in:
@@ -33,7 +33,7 @@ class DocumentService
|
||||
|
||||
return Storage::disk('local')->download(
|
||||
$document->file_path,
|
||||
$document->file_name
|
||||
$document->display_file_name
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user