正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -24,7 +24,7 @@ class FileManage extends Base | @@ -24,7 +24,7 @@ class FileManage extends Base | ||
| 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.$value; | ||
| 28 | - return getImageUrl($value); | 27 | + $value = $cosCdn.$this->path; |
| 28 | + return $value; | ||
| 29 | } | 29 | } |
| 30 | } | 30 | } |
-
请 注册 或 登录 后发表评论