更新代码
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
|
||||
// 异常页面的模板文件
|
||||
// 'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',
|
||||
'exception_tmpl' => app()->getAppPath() . 'view/error.tpl',
|
||||
'exception_tmpl' => app()->getRootPath() . 'view/error.tpl',
|
||||
// 'exception_tmpl' => app()->getAppPath() . 'view/exception.html',
|
||||
|
||||
// 错误显示信息,非调试模式有效
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
// 内置Html 支持扩展
|
||||
'type' => 'Html',
|
||||
'type' => 'Console',
|
||||
// 读取的日志通道名
|
||||
'channel' => '',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user