diff --git a/config/catch.php b/config/catch.php index 1cb9e39..49e01c9 100644 --- a/config/catch.php +++ b/config/catch.php @@ -12,6 +12,8 @@ return [ ], ], + 'domain' => 'catch', + // 错误提示 'error' => root_path('catchAdmin/index/view/') . 'error.html', ];