提交登录机构选择

This commit is contained in:
LEED
2025-05-12 15:37:57 +08:00
parent dc68beb04d
commit 9fccd0bb43

View File

@@ -131,6 +131,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
// dueros
.antMatchers("/dueros").permitAll()
.antMatchers("/ws/alert/**").permitAll()
.antMatchers("/system/dept/orgList").permitAll()
// 除上面外的所有请求全部需要鉴权认证
.anyRequest().authenticated()