客户健康页面优化
This commit is contained in:
@ -101,7 +101,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
"/custom/contract/file/**",
|
||||
"/custom/wxUserInfo/wx/**",
|
||||
"/custom/wxUserLog/wx/**",
|
||||
"/investigate/**"
|
||||
"/investigate/**",
|
||||
"/common/customerUploadFile"
|
||||
).anonymous()
|
||||
.antMatchers(
|
||||
HttpMethod.GET,
|
||||
|
Reference in New Issue
Block a user