修复样式

This commit is contained in:
huangdeliang
2021-02-01 11:13:47 +08:00
parent 90030b76f6
commit a034d70636
5 changed files with 32 additions and 51 deletions

View File

@ -103,7 +103,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/custom/wxUserLog/wx/**",
"/wx/**",
"/investigate/**",
"/common/customerUploadFile"
"/common/customerUploadFile",
"/custom/WxAccount/upload"
).anonymous()
.antMatchers(
HttpMethod.GET,