新增(移动)一些应该放在“管理”形成列表管理,而非放在“设置”形成单一配置的内容

This commit is contained in:
2025-07-03 15:58:27 +08:00
parent 04cf470ead
commit 148583cdaa
52 changed files with 2433 additions and 362 deletions

View File

@@ -29,6 +29,7 @@ public class SecurityConfig {
.headers(headers -> headers.cacheControl(cache -> cache.disable()))
.csrf(csrf -> csrf.disable())
.authorizeHttpRequests(auth -> auth
.requestMatchers("/favicon.ico").permitAll()
.requestMatchers("/admin/*/login").permitAll()
.requestMatchers("/admin/*/static/**").permitAll()
.requestMatchers("/public/**").permitAll()