zjh
2025-02-13 b617984e5e6b17b23b5eec204ba73d63316c9a35
ltkj-framework/src/main/java/com/ltkj/framework/config/WebConfig.java
@@ -39,14 +39,12 @@
                        "/system/dict/data/**",
                        "/system/dict/type/**",
                        "/captchaImage","/getCaptchaConfigKey/**",
                        "/system/role/execUpdateSql"
//                        ,
//                        "/login", "/register", "/captchaImage","/cus/**","/getCaptchaConfigKey","/report/jmreport/**",
//                        "/sqlserver/getdata/**","/api/His/**","/system/config/zx","/system/config/gxxmpym","/system/report/savePdf",
//                        "/system/dyjl/saveGjddyjl","/system/dyjl/saveBlGjddyjl","/check/ceshi","/check/pacs","/check/ceshicc",
//                        "/common/uploadImgExe","/common/listExeVal","/pacs/InvokeRisService/**","/check/dataSynchronizationApi",
//                        String.valueOf(HttpMethod.GET), "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**",
//                        "/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**","/jmreport/**","/lis/**","/pacs/**","/callBack/**"
                        "/system/role/execUpdateSql",
                        "/report/jmreport/**",
                        "/jmreport/**",
                        "/swagger-ui.html",
                        "/swagger-resources/**",
                        "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**","/tool/**"
                });
    }
}