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, // 是否支持多模块