1、bug的修复

2、内核更新
This commit is contained in:
2016-07-10 23:48:24 +08:00
parent f3fff63632
commit 1a0a29413a
50 changed files with 760 additions and 958 deletions

View File

@@ -27,8 +27,8 @@ class Index extends Admin{
$this->checkVerify($verify);
$user = model('User');
$info = $user->login($username,$password);
if ($info) {
$uid = $user->login($username,$password);
if ($uid > 0) {
return $this->success('登录成功!',url('admin/index/index'));
}else{
switch($uid) {