Update app.php

This commit is contained in:
Anyon 2020-10-15 22:50:39 +08:00
parent 88498c394f
commit 2abac19078

View File

@ -38,6 +38,4 @@ return [
'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl',
// 错误显示信息,非调试模式有效
'error_message' => '页面错误!请稍后再试~',
// 显示错误信息
'show_error_msg' => app()->isDebug(),
];