From 7a800a01344f6d22ff10684678ed0aaed117511b Mon Sep 17 00:00:00 2001 From: tensent Date: Fri, 17 Apr 2020 21:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)];