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
24a9bba833
commit
a3490c2418
@ -42,7 +42,7 @@ class Login extends Controller
|
||||
$this->redirect(url('@admin')->build());
|
||||
} else {
|
||||
$this->title = '系统登录';
|
||||
$this->captchaType = 'loginCaptcha';
|
||||
$this->captchaType = 'LoginCaptcha';
|
||||
$this->captchaToken = CodeExtend::uniqidDate(18);
|
||||
$this->devmode = SystemService::instance()->checkRunMode('dev');
|
||||
if (!$this->app->session->get('login_input_session_error')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user