Update app.php

This commit is contained in:
邹景立 2021-08-24 14:21:03 +08:00
parent 7bcc39ab7c
commit 5fbdc23dc5

View File

@ -36,5 +36,5 @@ return [
// 非调试模式时显示错误的消息
'error_message' => '页面错误!请稍后再试~',
// 调试模式异常页面的模板文件
'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl',
// 'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl',
];