diff --git a/config/catch.php b/config/catch.php index b3d9bbc..1cb9e39 100644 --- a/config/catch.php +++ b/config/catch.php @@ -1 +1,17 @@ [ + 'route' => [ + 'index:index:index', // 首页 + 'index:index:theme', // 主题选择 + ], + // 模块 + 'module' => [ + 'login', + ], + ], + + // 错误提示 + 'error' => root_path('catchAdmin/index/view/') . 'error.html', +];