代码更新

This commit is contained in:
2019-09-05 10:51:32 +08:00
parent e88ea9fb8f
commit db04a9c4e5
4 changed files with 3 additions and 5 deletions

View File

@@ -28,9 +28,7 @@ return [
'default_timezone' => 'Asia/Shanghai',
// 异常页面的模板文件
// 'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',
'exception_tmpl' => app()->getRootPath() . 'view/error.tpl',
// 'exception_tmpl' => app()->getAppPath() . 'view/exception.html',
'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',
// 错误显示信息,非调试模式有效
'error_message' => '页面错误!请稍后再试~',