正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -429,7 +429,7 @@ class ImageController extends Controller | @@ -429,7 +429,7 @@ class ImageController extends Controller | ||
| 429 | public function responseData($path = '', $name = ''){ | 429 | public function responseData($path = '', $name = ''){ |
| 430 | $data = [ | 430 | $data = [ |
| 431 | 'image'=>$path, | 431 | 'image'=>$path, |
| 432 | - 'image_link'=>getImageUrl($path,$this->cache['storage_type'] ?? 0,$this->cache['project_location']), | 432 | + 'image_link'=>getImageUrl($path,$this->cache['storage_type'] ?? 0,$this->cache['project_location'] ?? 0), |
| 433 | 'name'=>$name, | 433 | 'name'=>$name, |
| 434 | 'image_download'=>url('a/download_images?path='.$path) | 434 | 'image_download'=>url('a/download_images?path='.$path) |
| 435 | ]; | 435 | ]; |
-
请 注册 或 登录 后发表评论