|
@@ -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('upload/'.$info['path']);
|
440
|
+ $url = url('upload'.$info['path']);
|
|
441
|
}
|
441
|
}
|
|
442
|
}else{
|
442
|
}else{
|
|
443
|
$url = $hash;
|
443
|
$url = $hash;
|
|
@@ -472,7 +472,7 @@ if (!function_exists('getFileUrl')) { |
|
@@ -472,7 +472,7 @@ if (!function_exists('getFileUrl')) { |
|
472
|
$cosCdn = $cos['cdn'];
|
472
|
$cosCdn = $cos['cdn'];
|
|
473
|
$url = $cosCdn.$info['path'];
|
473
|
$url = $cosCdn.$info['path'];
|
|
474
|
}else{
|
474
|
}else{
|
|
475
|
- $url = url('upload/'.$info['path']);
|
475
|
+ $url = url('upload'.$info['path']);
|
|
476
|
}
|
476
|
}
|
|
477
|
}else{
|
477
|
}else{
|
|
478
|
$url = $hash;
|
478
|
$url = $hash;
|