diff --git a/config/app.php b/config/app.php index 9bf1864a5..eda80268f 100644 --- a/config/app.php +++ b/config/app.php @@ -36,5 +36,5 @@ return [ // 非调试模式时显示错误的消息 'error_message' => '页面错误!请稍后再试~', // 调试模式异常页面的模板文件 - 'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl', + // 'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl', ]; \ No newline at end of file