@@ -36,5 +36,5 @@ return [
// 非调试模式时显示错误的消息
'error_message' => '页面错误!请稍后再试~',
// 调试模式异常页面的模板文件
- 'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl',
+ // 'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl',
];