diff --git a/app/common.php b/app/common.php index 5da6be9b..6d372779 100755 --- a/app/common.php +++ b/app/common.php @@ -234,7 +234,7 @@ function format_bytes($size, $delimiter = '') { function get_attach($id, $field = null) { $basePath = request()->domain(); if (empty($id)) { - return $basePath . '/static/images/default.png'; + return $basePath . '/static/common/images/default.png'; } if (false !== strpos($id, ",")) { $map[] = ['id', 'IN', explode(",", $id)];