AI预警转发
This commit is contained in:
parent
832fe7508b
commit
5618a4e876
@ -414,6 +414,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|||||||
.antMatchers("/exam/regulation/**").permitAll()
|
.antMatchers("/exam/regulation/**").permitAll()
|
||||||
.antMatchers("/xmgl/safetyHatData/getNewestList1").permitAll()
|
.antMatchers("/xmgl/safetyHatData/getNewestList1").permitAll()
|
||||||
.antMatchers("/xmgl/safetyHatData/allList").permitAll()
|
.antMatchers("/xmgl/safetyHatData/allList").permitAll()
|
||||||
|
.antMatchers("/xmgl/api/saveHardWareAlarm").permitAll()
|
||||||
.antMatchers(HttpMethod.OPTIONS, "/**").anonymous()
|
.antMatchers(HttpMethod.OPTIONS, "/**").anonymous()
|
||||||
.anyRequest().authenticated() // 剩下所有的验证都需要验证.
|
.anyRequest().authenticated() // 剩下所有的验证都需要验证.
|
||||||
.and()
|
.and()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user