|
|
|
@ -124,6 +124,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
|
|
.antMatchers(HttpMethod.GET, "/system/dict/data/type/**").permitAll()
|
|
|
|
|
.antMatchers(HttpMethod.GET, "/report/pdaRecord/getPdaRecord").permitAll()
|
|
|
|
|
.antMatchers(HttpMethod.GET, "/report/repairMeasures/getRepairMeasures").permitAll()
|
|
|
|
|
.antMatchers(HttpMethod.GET, "/base/teamMembers/**").permitAll()
|
|
|
|
|
.antMatchers(HttpMethod.POST, "/**/**/**").permitAll()
|
|
|
|
|
.antMatchers(HttpMethod.GET, "/**/**/**").permitAll()
|
|
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
|
|
|