From bd212424107d998693811b02f5d0c5af789246aa Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 20 Jun 2020 09:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=99=BB=E9=99=86=E6=A8=A1?= =?UTF-8?q?=E5=9D=97service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/index/controller/Index.php | 22 ---------------------- catch/index/module.json | 13 ------------- catch/index/route.php | 5 ----- catch/login/module.json | 4 +--- 4 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 catch/index/controller/Index.php delete mode 100644 catch/index/module.json delete mode 100644 catch/index/route.php 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": []