正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -23,7 +23,7 @@ class FileManage extends Base | @@ -23,7 +23,7 @@ class FileManage extends Base | ||
| 23 | public $appends = ['url']; | 23 | public $appends = ['url']; |
| 24 | 24 | ||
| 25 | public function getUrlAttribute($value){ | 25 | public function getUrlAttribute($value){ |
| 26 | - $cosCdn = 'https://file.globalso.com/'; | 26 | + $cosCdn = 'https://file.globalso.com'; |
| 27 | $value = $cosCdn.$this->path; | 27 | $value = $cosCdn.$this->path; |
| 28 | return $value; | 28 | return $value; |
| 29 | } | 29 | } |
-
请 注册 或 登录 后发表评论