mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
优化链接拼接
This commit is contained in:
@@ -19,7 +19,7 @@ class Nav extends Model
|
||||
//
|
||||
public function getImgAttr($value)
|
||||
{
|
||||
return get_source_link($value);
|
||||
return get_source_link($value,'/static/images/noimg.png');
|
||||
}
|
||||
|
||||
public function getStatusNameAttr()
|
||||
|
||||
Reference in New Issue
Block a user