调整后台

This commit is contained in:
huangdeliang
2020-11-29 08:49:16 +08:00
parent a3a8fae363
commit b747473858
24 changed files with 2552 additions and 64 deletions

View File

@ -98,7 +98,9 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/login",
"/captchaImage",
"/custom/contract/sign",
"/custom/contract/file/**"
"/custom/contract/file/**",
"/custom/wxUserInfo/wx/**",
"/custom/wxUserLog/wx/**"
).anonymous()
.antMatchers(
HttpMethod.GET,