diff --git a/catch/index/controller/Index.php b/catch/index/controller/Index.php deleted file mode 100644 index b64da43..0000000 --- a/catch/index/controller/Index.php +++ /dev/null @@ -1,22 +0,0 @@ -fetch([ - 'mysql_version' => $mysqlVersion['0']['version'], - ]); - } -} diff --git a/catch/index/module.json b/catch/index/module.json deleted file mode 100644 index 35b94da..0000000 --- a/catch/index/module.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "首页管理", - "alias": "index", - "description": "", - "keywords": [], - "order": 0, - "services": [ - "catchAdmin\\index\\IndexService" - ], - "aliases": {}, - "files": [], - "requires": [] -} \ No newline at end of file diff --git a/catch/index/route.php b/catch/index/route.php deleted file mode 100644 index 3f0cdef..0000000 --- a/catch/index/route.php +++ /dev/null @@ -1,5 +0,0 @@ -get('/', '\catchAdmin\index\controller\Index@index'); -$router->get('theme', '\catchAdmin\index\controller\Index@theme'); -$router->get('dashboard', '\catchAdmin\index\controller\Index@dashboard'); diff --git a/catch/login/module.json b/catch/login/module.json index 1456ed4..8983c0d 100644 --- a/catch/login/module.json +++ b/catch/login/module.json @@ -4,9 +4,7 @@ "description": "", "keywords": [], "order": 1, - "services": [ - "catchAdmin\\login\\LoginService" - ], + "services": [], "aliases": {}, "files": [], "requires": []