mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
替换默认图片
This commit is contained in:
@@ -76,7 +76,7 @@ function get_source_link($url)
|
||||
{
|
||||
|
||||
if (empty($url)) {
|
||||
$url = '/static/images/avatar.jpeg';
|
||||
$url = '/static/images/avatar.png';
|
||||
}
|
||||
if (strpos($url, '/') === 0) {
|
||||
return $url;
|
||||
|
||||
Reference in New Issue
Block a user