更新代码
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',
|
||||
|
||||
// 错误显示信息,非调试模式有效
|
||||
|
||||
Reference in New Issue
Block a user