商品图片

This commit is contained in:
TL 2022-07-26 17:35:28 +08:00
parent 7470ca3a82
commit 6fc85bf127
1 changed files with 1 additions and 1 deletions

View File

@ -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}"),