正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -430,7 +430,7 @@ if (!function_exists('getImageUrl')) { | @@ -430,7 +430,7 @@ if (!function_exists('getImageUrl')) { | ||
| 430 | if(!empty($info)){ | 430 | if(!empty($info)){ |
| 431 | if($info['is_cos'] == 1){ | 431 | if($info['is_cos'] == 1){ |
| 432 | $cos = config('filesystems.disks.cos'); | 432 | $cos = config('filesystems.disks.cos'); |
| 433 | - $cosCdn = $cos['COS_CDN']; | 433 | + $cosCdn = $cos['cdn']; |
| 434 | $url = $cosCdn.$info['path']; | 434 | $url = $cosCdn.$info['path']; |
| 435 | }else{ | 435 | }else{ |
| 436 | $url = url('a/image/'.$info['hash']); | 436 | $url = url('a/image/'.$info['hash']); |
-
请 注册 或 登录 后发表评论