mirror of
				https://gitee.com/lab1024/smart-admin.git
				synced 2025-11-04 18:33:43 +08:00 
			
		
		
		
	变量命名错别字
This commit is contained in:
		@@ -108,7 +108,7 @@ public class LoginService implements StpInterface {
 | 
				
			|||||||
    private ProtectLoginService protectLoginService;
 | 
					    private ProtectLoginService protectLoginService;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Resource
 | 
					    @Resource
 | 
				
			||||||
    private ProtectPasswordService profectPasswordService;
 | 
					    private ProtectPasswordService protectPasswordService;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 获取验证码
 | 
					     * 获取验证码
 | 
				
			||||||
@@ -148,7 +148,7 @@ public class LoginService implements StpInterface {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // 解密前端加密的密码
 | 
					        // 解密前端加密的密码
 | 
				
			||||||
        String requestPassword = profectPasswordService.decryptPassword(loginForm.getPassword());
 | 
					        String requestPassword = protectPasswordService.decryptPassword(loginForm.getPassword());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // 验证密码 是否为万能密码
 | 
					        // 验证密码 是否为万能密码
 | 
				
			||||||
        String superPassword = configService.getConfigValue(ConfigKeyEnum.SUPER_PASSWORD);
 | 
					        String superPassword = configService.getConfigValue(ConfigKeyEnum.SUPER_PASSWORD);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user