Update app.php

This commit is contained in:
邹景立 2022-05-09 14:40:37 +08:00
parent cb20345b8a
commit 90bafcebf8

View File

@ -45,6 +45,7 @@ return [
'exception_tmpl' => app()->getAppPath() . 'admin/view/error.php',
// 异常状态模板配置,仅生产模式有效
'http_exception_template' => [
0 => app()->getRootPath() . 'public/static/theme/err/500.html',
404 => app()->getRootPath() . 'public/static/theme/err/404.html',
500 => app()->getRootPath() . 'public/static/theme/err/500.html',
],