1、后台登录界面更换

2、增加问题方便后面界面调整
This commit is contained in:
2018-04-19 14:47:55 +08:00
parent 8087c74a13
commit 6a50ad9e49
191 changed files with 21073 additions and 368 deletions

View File

@@ -25,9 +25,9 @@ class Index extends Admin {
}
//验证码验证
if(!captcha_check($verify)){
return $this->error('验证码错误!', '');
}
// if(!captcha_check($verify)){
// return $this->error('验证码错误!', '');
// }
$user = model('Member');
$uid = $user->login($username, $password);