bug修复

This commit is contained in:
guoshengxiong 2024-08-12 18:43:52 +08:00
parent c48a0a4b32
commit 3684815618

View File

@ -80,6 +80,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
http.authorizeRequests()
//请求路径允许访问
.antMatchers("/xmgl/dangerEnvironmentEvaluate/flow/add").permitAll()
.antMatchers("/xmgl/firstExampleManage/flow/add").permitAll()
.antMatchers("/actuator/**").permitAll()
.antMatchers("/exam/courseRecord/page").permitAll()
.antMatchers("/xmgl/carInfo/validEnterpriseStatus").permitAll()