正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -135,6 +135,7 @@ class User extends Model | @@ -135,6 +135,7 @@ class User extends Model | ||
135 | if (file_exists(cdnurl($data['avatar'],true))){ | 135 | if (file_exists(cdnurl($data['avatar'],true))){ |
136 | return cdnurl($value,true); | 136 | return cdnurl($value,true); |
137 | } | 137 | } |
138 | + dd(this_url()); | ||
138 | if (file_exists(ROOT_PATH.'/public'.$value)){ | 139 | if (file_exists(ROOT_PATH.'/public'.$value)){ |
139 | return this_url().$value; | 140 | return this_url().$value; |
140 | } | 141 | } |
-
请 注册 或 登录 后发表评论