From 5081cd87905d6dc132cd3f9da19f59c81053dc74 Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 11 Jul 2022 15:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=BB=A3=E7=A0=81=E5=86=85?= =?UTF-8?q?=E7=9A=84=E4=BD=9C=E8=80=85=E5=A3=B0=E6=98=8E=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/config/admin.php | 9 --------- app/admin/controller/Ajax.php | 9 --------- app/admin/controller/Login.php | 9 --------- app/admin/controller/system/Admin.php | 9 --------- app/admin/controller/system/Auth.php | 9 --------- app/admin/controller/system/Config.php | 9 --------- app/admin/controller/system/Menu.php | 9 --------- app/admin/controller/system/Node.php | 9 --------- app/admin/controller/system/Quick.php | 9 --------- app/admin/controller/system/Uploadfile.php | 9 --------- app/admin/middleware/CheckAdmin.php | 9 --------- app/admin/middleware/CsrfMiddleware.php | 9 --------- app/admin/middleware/SystemLog.php | 9 --------- app/admin/middleware/ViewInit.php | 9 --------- app/admin/model/MallCate.php | 9 --------- app/admin/model/MallGoods.php | 9 --------- app/admin/model/SystemAdmin.php | 9 --------- app/admin/model/SystemAuth.php | 9 --------- app/admin/model/SystemAuthNode.php | 9 --------- app/admin/model/SystemConfig.php | 9 --------- app/admin/model/SystemMenu.php | 9 --------- app/admin/model/SystemNode.php | 9 --------- app/admin/model/SystemQuick.php | 9 --------- app/admin/model/SystemUploadfile.php | 9 --------- app/admin/service/ConfigService.php | 9 --------- app/admin/service/NodeService.php | 9 --------- app/admin/service/TriggerService.php | 9 --------- app/admin/traits/Curd.php | 9 --------- app/common/command/Curd.php | 9 --------- app/common/command/Node.php | 9 --------- app/common/command/OssStatic.php | 9 --------- app/common/constants/AdminConstant.php | 9 --------- app/common/constants/MenuConstant.php | 9 --------- app/common/controller/AdminController.php | 9 --------- app/common/model/TimeModel.php | 9 --------- app/common/service/AuthService.php | 9 --------- app/common/service/MenuService.php | 9 --------- public/index.php | 9 --------- public/router.php | 9 --------- route/app.php | 9 --------- route/welcome.php | 9 --------- 41 files changed, 369 deletions(-) diff --git a/app/admin/config/admin.php b/app/admin/config/admin.php index 0c5489d..b310722 100644 --- a/app/admin/config/admin.php +++ b/app/admin/config/admin.php @@ -1,14 +1,5 @@ -// +---------------------------------------------------------------------- // [ 应用入口文件 ] namespace think; diff --git a/public/router.php b/public/router.php index ac7b3c8..7606629 100644 --- a/public/router.php +++ b/public/router.php @@ -1,13 +1,4 @@ -// +---------------------------------------------------------------------- // $Id$ if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) { diff --git a/route/app.php b/route/app.php index a44512f..91190dd 100644 --- a/route/app.php +++ b/route/app.php @@ -1,11 +1,2 @@ -// +---------------------------------------------------------------------- use think\facade\Route; diff --git a/route/welcome.php b/route/welcome.php index 443111d..3b0aaf1 100644 --- a/route/welcome.php +++ b/route/welcome.php @@ -1,13 +1,4 @@ -// +---------------------------------------------------------------------- use think\facade\Route; Route::view('/', 'welcome', [