作者 lyh

gx

@@ -437,7 +437,7 @@ if (!function_exists('getImageUrl')) { @@ -437,7 +437,7 @@ if (!function_exists('getImageUrl')) {
437 $cosCdn = $cos['cdn']; 437 $cosCdn = $cos['cdn'];
438 $url = $cosCdn.$info['path']; 438 $url = $cosCdn.$info['path'];
439 }else{ 439 }else{
440 - $url = url($info['path']); 440 + $url = url('upload/'.$info['path']);
441 } 441 }
442 }else{ 442 }else{
443 $url = $hash; 443 $url = $hash;