From 9651fe14c4958845f813aa7aea40d921d160e9e6 Mon Sep 17 00:00:00 2001 From: molong Date: Fri, 30 Mar 2018 11:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E5=90=8E=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common.php b/application/common.php index 5f29f902..0bf7bf63 100644 --- a/application/common.php +++ b/application/common.php @@ -249,7 +249,7 @@ function get_nav_url($url) { */ function get_cover($cover_id, $field = null) { if (empty($cover_id)) { - return BASE_PATH . '/public/images/default.png'; + return BASE_PATH . '/static/images/default.png'; } $picture = db('Picture')->where(array('status' => 1, 'id' => $cover_id))->find(); if ($field == 'path') {