zhaowenxuan
2025-02-26 f8841e5a1132c8921babdf46d4b66334c1514eca
ltkj-framework/src/main/java/com/ltkj/framework/config/WebConfig.java
@@ -35,24 +35,20 @@
                        "/lis/**","/api/His/**","/pacs/**",
                        "/callBack/**",
                        "/api/viewReport",
                        "/api/reportData"
                        "/api/reportData",
                        "/api/getInfo"
                });
        registry.addInterceptor(dbChangeInterceptor)
                .addPathPatterns("/**")
                .excludePathPatterns(new String[]{
                        "/system/dict/data/**",
                        "/system/dict/type/**",
//                        "/system/dict/data/**",
//                        "/system/dict/type/**",
                        "/captchaImage","/getCaptchaConfigKey/**",
                        "/system/role/execUpdateSql",
                        "/jmreport/**"
//                        ,
//                        "/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/**"
                        "/jmreport/**",
                        "/**/*.html", "/**/*.css", "/**/*.js","/swagger-ui.html",
                        "/swagger-resources/**", "/*/api-docs", "/webjars/**"
                });
        registry.addInterceptor(jimuInterceptor)