bug修复
This commit is contained in:
parent
c48a0a4b32
commit
3684815618
@ -80,6 +80,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|||||||
|
|
||||||
http.authorizeRequests()
|
http.authorizeRequests()
|
||||||
//请求路径允许访问
|
//请求路径允许访问
|
||||||
|
.antMatchers("/xmgl/dangerEnvironmentEvaluate/flow/add").permitAll()
|
||||||
|
.antMatchers("/xmgl/firstExampleManage/flow/add").permitAll()
|
||||||
.antMatchers("/actuator/**").permitAll()
|
.antMatchers("/actuator/**").permitAll()
|
||||||
.antMatchers("/exam/courseRecord/page").permitAll()
|
.antMatchers("/exam/courseRecord/page").permitAll()
|
||||||
.antMatchers("/xmgl/carInfo/validEnterpriseStatus").permitAll()
|
.antMatchers("/xmgl/carInfo/validEnterpriseStatus").permitAll()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user