securityConfig修改企业接口权限

This commit is contained in:
sh
2026-04-28 16:43:47 +08:00
parent 9925ed4e99
commit f6253850d0

View File

@@ -125,6 +125,8 @@ public class SecurityConfig
.antMatchers("/app/speech/**").permitAll()
//移动端岗位信息
.antMatchers("/app/job/**").permitAll()
//企业信息
.antMatchers("/app/company/**").permitAll()
//招聘会信息
.antMatchers("/app/fair/**").permitAll()
//.antMatchers("/app/**").permitAll()