新增白名单
parent
ecc03229bd
commit
4b60032c5e
|
@ -148,7 +148,8 @@ public class SecurityConfig {
|
|||
"/system/user/selectUserById",
|
||||
"/system/dict/data/type/**",
|
||||
"/attention/selectAttention",
|
||||
"/attention/selectUserInfo"
|
||||
"/attention/selectUserInfo",
|
||||
"/WorkFlowVersion/selectVersionByWorkId"
|
||||
).permitAll()
|
||||
// 静态资源,可匿名访问
|
||||
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
||||
|
|
Loading…
Reference in New Issue