This commit is contained in:
toogee 2020-01-12 15:00:49 +08:00
parent 49bd26b8f2
commit 09c27401c6
2 changed files with 2 additions and 1 deletions

1
config/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
database.php

View File

@ -29,7 +29,7 @@ return [
'deny_app_list' => [],
// 异常页面的模板文件
'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',
'exception_tmpl' => '../veiw/404.html',
// 错误显示信息,非调试模式有效
'error_message' => '页面错误!请稍后再试~',