zhaowenxuan
2025-02-27 b8f2e278bf413f3207496f30cc00f6f62e8e1399
ltkj-framework/src/main/java/com/ltkj/framework/config/WebConfig.java
@@ -35,14 +35,18 @@
                        "/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/**",
                        "/cus/hospital/getHospList",
                        "/cus/wx/login",
                        "/cus/banner/getBannerList",
                        "/system/dict/data/**",
                        "/system/dict/type/**",
                        "/captchaImage","/getCaptchaConfigKey/**",
                        "/system/role/execUpdateSql",
                        "/jmreport/**",