@@ -38,6 +38,4 @@ return [
'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl',
// 错误显示信息,非调试模式有效
'error_message' => '页面错误!请稍后再试~',
- // 显示错误信息
- 'show_error_msg' => app()->isDebug(),
];