| | |
| | | "/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" |
| | | ,"/system/report/xiugaidayinzhuangtai","/system/config/ceshitijianhao").permitAll() |
| | | .antMatchers("/common/uploadImgExe","/common/listExeVal","/pacs/InvokeRisService/**").permitAll() |
| | | .antMatchers("/common/uploadImgExe","/common/listExeVal","/pacs/InvokeRisService/**","/profileupload/**").permitAll() |
| | | .antMatchers("/check/dataSynchronizationApi","/reservation/reservation/linkage").permitAll() |
| | | // 静态资源,可匿名访问 |
| | | .antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll() |
| | |
| | | "/lis/**","/api/His/**","/pacs/**", |
| | | "/callBack/**", |
| | | "/hosp/order/signOrderInfo", |
| | | "/common/listExeVal" |
| | | "/common/listExeVal", |
| | | "/profileupload/**" |
| | | }); |
| | | } |
| | | } |