作者 lyh

gx

... ... @@ -37,6 +37,8 @@ class LoginAuthMiddleware
}
// 设置数据库
$project = ProjectServer::useProject($info['project_id']);
var_dump($project);
die();
if(empty($project)){
return response(['code'=>Code::USER_LOGIN_ERROE,'msg'=>'数据库未配置']);
}
... ...