更新团课列表页面,修复路径代理导致的错误识别

This commit is contained in:
2026-06-04 19:11:00 +08:00
parent f0dda998a8
commit c4de871977
9 changed files with 7 additions and 17 deletions
@@ -56,6 +56,7 @@ public class SecurityConfig {
.pathMatchers("/api/admin/member/**").permitAll()
.pathMatchers("/api/member-cards/**").permitAll()
.pathMatchers("/api/member-card-records/**").permitAll()
// .pathMatchers("/**").permitAll()
.pathMatchers("/api/member-card-transactions/**").permitAll();