|
|
|
@ -122,6 +122,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
|
|
.antMatchers("/earlyWarningAudit/massEvents/login").permitAll()
|
|
|
|
|
.antMatchers("/earlyWarningAudit/massEvents/appLogin").permitAll()
|
|
|
|
|
.antMatchers("/earlyWarningAudit/massEvents/getErrorMsg").permitAll()
|
|
|
|
|
.antMatchers("/earlyWarningAudit/massEvents/verify").permitAll()
|
|
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
|
|
|
.anyRequest().authenticated()
|
|
|
|
|
.and()
|
|
|
|
|