mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Login.php
This commit is contained in:
parent
061a92aea5
commit
4e45f67277
@ -83,7 +83,7 @@ class Login extends Controller
|
||||
'login_at' => $this->app->db->raw('now()'),
|
||||
'login_num' => $this->app->db->raw('login_num+1'),
|
||||
]);
|
||||
sysoplog('后台用户登录', '系统后台登录成功');
|
||||
sysoplog('后台用户登录', '登录系统后台成功');
|
||||
$GLOBALS['oplogs'] = [];
|
||||
$this->success('登录成功', sysuri('admin/index/index'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user