Ver Fonte

Wesmiler 校企小程序源代码部署

wesmiler há 3 anos atrás
pai
commit
799c1dd391
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      app/admin/model/admin/User.php

+ 0 - 1
app/admin/model/admin/User.php

@@ -78,7 +78,6 @@ class User extends UserModel
             ->find();
         if (empty($useInfo)) return false;
         // 验证密码是否正确
-        var_dump($data['password']);
         if (!password_verify($data['password'], $useInfo['password'])) {
             return false;
         }