Merge remote changes

This commit is contained in:
xiao12feng8 2025-12-31 19:55:18 +08:00
parent 3209a6b1bc
commit 0655b6c8fe

View File

@ -116,6 +116,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/api/admin/getLoginPic").permitAll()
.antMatchers("/api/admin/login/account/detection").permitAll()
.antMatchers("/api/admin/validate/code/getcaptchaconfig").permitAll()
// 登录页需要获取站点logo
.antMatchers("/api/admin/system/config/get/site/logo").permitAll()
// 放行资源路径
.antMatchers("/"+ UploadConstants.UPLOAD_FILE_KEYWORD +"/**").permitAll()
.antMatchers("/"+ UploadConstants.DOWNLOAD_FILE_KEYWORD +"/**").permitAll()