zjh
2024-10-25 c54cc05b490c57837a4fc74feec2c36755d55e1f
ltkj-framework/src/main/java/com/ltkj/framework/config/SecurityConfig.java
@@ -109,7 +109,8 @@
                .authorizeRequests()
                // 对于登录login 注册register 验证码captchaImage 允许匿名访问
                .antMatchers("/login", "/register", "/captchaImage","/cus/**","/getCaptchaConfigKey","/report/jmreport/**",
                        "/sqlserver/getdata/**","/api/His/**","/system/config/zx","/system/report/savePdf").permitAll()
                        "/sqlserver/getdata/**","/api/His/**","/system/config/zx","/system/report/savePdf",
                        "/system/dyjl/saveGjddyjl","/system/dyjl/saveBlGjddyjl").permitAll()
                .antMatchers("/common/uploadImgExe","/common/listExeVal").permitAll()
                .antMatchers("/check/dataSynchronizationApi").permitAll()
                // 静态资源,可匿名访问