ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SysLoginService.java
@@ -3,6 +3,7 @@ import javax.annotation.Resource; import com.ruoyi.framework.web.domain.login.LoginVo; import com.ruoyi.system.service.InstitutionalManagerService; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.AuthenticationManager; @@ -54,6 +55,7 @@ @Autowired private ISysConfigService configService; /** * 登录验证 @@ -220,4 +222,5 @@ loginVo.setToken(tokenService.createToken(loginUser)); return loginVo; } }