清理技术债务;增加后台登录成功事件;

This commit is contained in:
2023-09-09 13:43:29 +08:00
parent 1b0ae546c3
commit a2c14391b1
5 changed files with 55 additions and 23 deletions

View File

@@ -1,17 +1,14 @@
<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AppInit' => [
\app\admin\listener\ViewInitListener::class,
],
'HttpRun' => [
\app\admin\listener\ViewInitListener::class,
],
'HttpEnd' => [],
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],