admin
2025-04-09 9a0334b6e46d9503246d99be0a3a79945dee7919
jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java
@@ -121,6 +121,7 @@
                .antMatchers("/main/paramCollection/**").permitAll()
                .antMatchers("/bs/formulaChild/**").permitAll()
                .antMatchers("/bigScreen/**").permitAll()
                .antMatchers("/testApi/**").permitAll()
                // 除上面外的所有请求全部需要鉴权认证
                .anyRequest().authenticated()
                .and()