Merge branch 'feature/admin' into preview
commit
e93acf0421
|
@ -159,7 +159,13 @@ public class SecurityConfig {
|
||||||
"/memberLevel/list",
|
"/memberLevel/list",
|
||||||
"/memberLevel/getMemberBenefitList",
|
"/memberLevel/getMemberBenefitList",
|
||||||
"/attention/selectAttentionList",
|
"/attention/selectAttentionList",
|
||||||
"/downFile/down"
|
"/downFile/down",
|
||||||
|
"/personalCenter/selectByUserIdModel",
|
||||||
|
"/personalCenter/selectByUserIdWorkFlow",
|
||||||
|
"/personalCenter/selectByUserIdImage",
|
||||||
|
"/personalCenter/likeModel",
|
||||||
|
"/personalCenter/likeWorkFlow",
|
||||||
|
"/personalCenter/likeImage"
|
||||||
).permitAll()
|
).permitAll()
|
||||||
// 静态资源,可匿名访问
|
// 静态资源,可匿名访问
|
||||||
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
||||||
|
|
Loading…
Reference in New Issue