Browse Source

Update app.php

邹景立 2 years ago
parent
commit
0e7de7944b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/app.php

+ 0 - 1
config/app.php

@@ -45,7 +45,6 @@ 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',
     ],