更新内容

This commit is contained in:
2019-06-29 22:51:20 +08:00
parent 22d9666102
commit 6b5142674f
21 changed files with 938 additions and 11 deletions

View File

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