更新代码

This commit is contained in:
2019-08-03 08:46:27 +08:00
parent 380e1345e6
commit d1e5d45486
13 changed files with 109 additions and 218 deletions

View File

@@ -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',
// 错误显示信息,非调试模式有效