mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-08 23:45:34 +00:00
默认打开调试模式
This commit is contained in:
parent
1b26683083
commit
efa14d42fe
@ -17,7 +17,7 @@ return [
|
||||
// 应用命名空间
|
||||
'app_namespace' => 'app',
|
||||
// 应用调试模式
|
||||
'app_debug' => false,
|
||||
'app_debug' => true,
|
||||
// 应用Trace
|
||||
'app_trace' => false,
|
||||
// 应用模式状态
|
||||
@ -166,7 +166,7 @@ return [
|
||||
// 错误显示信息,非调试模式有效
|
||||
'error_message' => '页面错误!请稍后再试~',
|
||||
// 显示错误信息
|
||||
'show_error_msg' => false,
|
||||
'show_error_msg' => true,
|
||||
// 异常处理handle类 留空使用 \think\exception\Handle
|
||||
'exception_handle' => '',
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user