|
...
|
...
|
@@ -430,7 +430,7 @@ if (!function_exists('getImageUrl')) { |
|
|
|
if(!empty($info)){
|
|
|
|
if($info['is_cos'] == 1){
|
|
|
|
$cos = config('filesystems.disks.cos');
|
|
|
|
$cosCdn = $cos['COS_CDN'];
|
|
|
|
$cosCdn = $cos['cdn'];
|
|
|
|
$url = $cosCdn.$info['path'];
|
|
|
|
}else{
|
|
|
|
$url = url('a/image/'.$info['hash']);
|
...
|
...
|
|