From ea9b8b0e713a7c60f51c234bd0b5c9882f276cd8 Mon Sep 17 00:00:00 2001 From: augushong Date: Sat, 23 Sep 2023 14:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=8B=E4=BB=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/admin/Version.php | 5 ++--- app/common/event/AdminLoginIndex/Index.php | 17 ----------------- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 app/common/event/AdminLoginIndex/Index.php diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index ad61f74..d708064 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -14,13 +14,12 @@ use think\facade\App; class Version extends Command { - public const VERSION = 'v2.0.39'; + public const VERSION = 'v2.0.40'; public const LAYUI_VERSION = '2.8.16'; public const COMMENT = [ - '增加response的事件机制', - '为login增加事件', + '删除事件代码', '发布新版本', ]; diff --git a/app/common/event/AdminLoginIndex/Index.php b/app/common/event/AdminLoginIndex/Index.php deleted file mode 100644 index 2950f23..0000000 --- a/app/common/event/AdminLoginIndex/Index.php +++ /dev/null @@ -1,17 +0,0 @@ -assign('captcha',1); - - return [ - 'response' => $controller->fetch('login/ext/index'), - ]; - } -}