|
@@ -75,15 +75,15 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
.antMatchers("/qc/behospitalInfo/page_group").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/page_group").permitAll()
|
|
.antMatchers("/qc/casesEntryHospital/findQcCasesEntry").permitAll()
|
|
.antMatchers("/qc/casesEntryHospital/findQcCasesEntry").permitAll()
|
|
.antMatchers("/qc/dataimport/import").permitAll()
|
|
.antMatchers("/qc/dataimport/import").permitAll()
|
|
- .antMatchers("/qc/dataimport/test").permitAll()
|
|
|
|
|
|
+// .antMatchers("/qc/dataimport/test").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/exportExcel").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/exportExcel").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/exportQcresult").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/exportQcresult").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/exportQcresultByDept").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/exportQcresultByDept").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/exportQcresultByGroup").permitAll()
|
|
.antMatchers("/qc/behospitalInfo/exportQcresultByGroup").permitAll()
|
|
.antMatchers("/qc/abnormal/getQcAnnormalMode").permitAll()
|
|
.antMatchers("/qc/abnormal/getQcAnnormalMode").permitAll()
|
|
- .antMatchers("/qc/dataimport/import").permitAll()
|
|
|
|
|
|
+// .antMatchers("/qc/dataimport/import").permitAll()
|
|
.antMatchers("/qc/dataimport/dataimportPrepare").permitAll()
|
|
.antMatchers("/qc/dataimport/dataimportPrepare").permitAll()
|
|
- .antMatchers("/qc/dataimport/test").permitAll()
|
|
|
|
|
|
+// .antMatchers("/qc/dataimport/test").permitAll()
|
|
.antMatchers("/sys/user/pageset/getPageSet").permitAll()
|
|
.antMatchers("/sys/user/pageset/getPageSet").permitAll()
|
|
.antMatchers("/sys/user/pageset/savePageSet").permitAll()
|
|
.antMatchers("/sys/user/pageset/savePageSet").permitAll()
|
|
.antMatchers("/sys/user/pageset/getDefultPageSet").permitAll()
|
|
.antMatchers("/sys/user/pageset/getDefultPageSet").permitAll()
|
|
@@ -288,7 +288,7 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
.antMatchers("/qc/qcType/add").permitAll()
|
|
.antMatchers("/qc/qcType/add").permitAll()
|
|
.antMatchers("/qc/qcType/update").permitAll()
|
|
.antMatchers("/qc/qcType/update").permitAll()
|
|
.antMatchers("/qc/qcType/copy").permitAll()
|
|
.antMatchers("/qc/qcType/copy").permitAll()
|
|
- .antMatchers("/medNewsNotice/**").permitAll()
|
|
|
|
|
|
+// .antMatchers("/medNewsNotice/**").permitAll()
|
|
.antMatchers("/str/FirstRecord/infos").permitAll()
|
|
.antMatchers("/str/FirstRecord/infos").permitAll()
|
|
.antMatchers("/str/WardRecord/infos").permitAll()
|
|
.antMatchers("/str/WardRecord/infos").permitAll()
|
|
.antMatchers("/str/ConsultationApply/infos").permitAll()
|
|
.antMatchers("/str/ConsultationApply/infos").permitAll()
|
|
@@ -308,7 +308,7 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
.antMatchers("/str/DifficultCase/infos").permitAll()
|
|
.antMatchers("/str/DifficultCase/infos").permitAll()
|
|
.antMatchers("/str/BloodResult/infos").permitAll()
|
|
.antMatchers("/str/BloodResult/infos").permitAll()
|
|
.antMatchers("/str/PeriodConclusion/infos").permitAll()
|
|
.antMatchers("/str/PeriodConclusion/infos").permitAll()
|
|
-// .antMatchers("/str/IllSeriousl/infos").permitAll()
|
|
|
|
|
|
+ .antMatchers("/str/IllSeriousl/infos").permitAll()
|
|
.antMatchers("/**").authenticated();
|
|
.antMatchers("/**").authenticated();
|
|
// .antMatchers("/**").permitAll();
|
|
// .antMatchers("/**").permitAll();
|
|
}
|
|
}
|