作者 lyh

gx

... ... @@ -23,7 +23,7 @@ class FileManage extends Base
public $appends = ['url'];
public function getUrlAttribute($value){
$cosCdn = 'https://file.globalso.com/';
$cosCdn = 'https://file.globalso.com';
$value = $cosCdn.$this->path;
return $value;
}
... ...