商品图片
This commit is contained in:
parent
7470ca3a82
commit
6fc85bf127
|
|
@ -211,7 +211,7 @@ class FileManagerService
|
|||
private function handleImage($filePath, $baseName): array
|
||||
{
|
||||
return [
|
||||
'path' => '/catalog' . $filePath,
|
||||
'path' => 'catalog' . $filePath,
|
||||
'name' => $baseName,
|
||||
'url' => image_resize("catalog{$filePath}"),
|
||||
'origin_url' => image_origin("catalog{$filePath}"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue