政策相关

This commit is contained in:
2026-01-11 16:48:40 +08:00
parent 110bc88462
commit b4fdcfd804
14 changed files with 1154 additions and 0 deletions

View File

@@ -119,6 +119,8 @@ public class SecurityConfig
// 移动端公用查询,可匿名访问
.antMatchers("/app/common/**").permitAll()
.antMatchers("/app/**").permitAll()
// 门户端公开接口,可匿名访问
.antMatchers("/portal/**").permitAll()
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll()
//放行前端界面
.antMatchers("/kashi/job-portal/detail/**").permitAll()