修改企业直播带岗管理

This commit is contained in:
chenshaohua
2026-06-18 00:55:53 +08:00
parent f15a698d14
commit 176f0b1acd
6 changed files with 14 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ public class SysLoginService
public String login(String username, String password, String code, String uuid)
{
// 验证码校验
validateCaptcha(username, code, uuid);
// validateCaptcha(username, code, uuid);
// 登录前置校验
loginPreCheck(username, password);
// 用户验证