客户健康页面优化

This commit is contained in:
xiezhijun
2021-01-25 00:22:56 +08:00
parent d0d4352eaf
commit ca989a6336
6 changed files with 225 additions and 45 deletions

View File

@ -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,