modified 去除登录的Log记录

This commit is contained in:
zhaoxiang 2018-02-28 22:08:39 +08:00
parent ec990e967c
commit c4a20b9a16

View File

@ -9,7 +9,7 @@ return [
'[admin]' => [
'Login/index' => [
'admin/Login/index',
['method' => 'post', 'after_behavior' => '\app\admin\behavior\AdminLog']
['method' => 'post']
],
'Login/logout' => [
'admin/Login/logout',