作者 lyh

gx

... ... @@ -550,6 +550,9 @@ if (!function_exists('str_replace_url')) {
*/
function str_replace_url($url)
{
if(!empty($url)){
return '';
}
$cos = config('filesystems.disks.cos');
$cosCdn = $cos['cdn'];
if($url && strpos($url,$cosCdn) !== false){
... ...