diff --git a/config/catch.php b/config/catch.php index 49e01c9..4fc7ec6 100644 --- a/config/catch.php +++ b/config/catch.php @@ -1,19 +1,13 @@ [ - 'route' => [ - 'index:index:index', // 首页 - 'index:index:theme', // 主题选择 - ], - // 模块 - 'module' => [ - 'login', - ], - ], - + /** + * set domain if you need + * + */ 'domain' => 'catch', - // 错误提示 + /** + * set error page + */ 'error' => root_path('catchAdmin/index/view/') . 'error.html', ];