|
|
@@ -38,8 +38,8 @@ return [
|
|
|
// 应用命名空间
|
|
|
'app_namespace' => 'app',
|
|
|
|
|
|
- //'exception_tmpl' => APP_PATH.'404.html',
|
|
|
- 'exception_tmpl' => '',
|
|
|
+ 'exception_tmpl' => APP_PATH.'404.html',
|
|
|
+ //'exception_tmpl' => '',
|
|
|
'http_exception_template' => [
|
|
|
// 定义404错误的重定向页面地址
|
|
|
'404' => APP_PATH . '404.html',
|