|
|
@@ -136,7 +136,7 @@ public class MinioFileHandle extends AbstractFileHandle {
|
|
|
}
|
|
|
String transferFilePath = uploadPath + filePath;
|
|
|
FileUtils.writeByteArrayToFile(new File(transferFilePath), b);
|
|
|
- return appMinioPreview + filePath;
|
|
|
+ return appMinioPreview +"/image/"+ filePath;
|
|
|
} catch (Exception e) {
|
|
|
log.error("图片预览失败:" + e.getLocalizedMessage());
|
|
|
return null;
|