Merge branch 'feature/admin' into preview

master
Diyu0904 2025-03-10 13:53:54 +08:00
commit e93acf0421
1 changed files with 7 additions and 1 deletions

View File

@ -159,7 +159,13 @@ public class SecurityConfig {
"/memberLevel/list",
"/memberLevel/getMemberBenefitList",
"/attention/selectAttentionList",
"/downFile/down"
"/downFile/down",
"/personalCenter/selectByUserIdModel",
"/personalCenter/selectByUserIdWorkFlow",
"/personalCenter/selectByUserIdImage",
"/personalCenter/likeModel",
"/personalCenter/likeWorkFlow",
"/personalCenter/likeImage"
).permitAll()
// 静态资源,可匿名访问
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()