From e99c0eb68cac8b3676f64484e77e40ea66962c9d Mon Sep 17 00:00:00 2001 From: devil_gong Date: Sun, 23 Jun 2019 19:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=9B=B8=E5=86=8C=E9=92=A9=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/tags.php | 8 -------- config/app.php | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/application/tags.php b/application/tags.php index 4b0e032c1..7fb4b4ce8 100755 --- a/application/tags.php +++ b/application/tags.php @@ -32,13 +32,5 @@ return array ( 'log_write' => array ( ), - 'plugins_css' => - array ( - 0 => 'app\\plugins\\goodsphototag\\Hook', - ), - 'plugins_view_goods_detail_photo_bottom' => - array ( - 0 => 'app\\plugins\\goodsphototag\\Hook', - ), ); ?> \ No newline at end of file diff --git a/config/app.php b/config/app.php index 85cbfacdc..3d956197d 100755 --- a/config/app.php +++ b/config/app.php @@ -19,7 +19,7 @@ return [ // 应用地址 'app_host' => '', // 应用调试模式 - 'app_debug' => true, + 'app_debug' => false, // 应用Trace 'app_trace' => false, // 是否支持多模块