bug
This commit is contained in:
		| @ -101,7 +101,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter | ||||
|                 // 过滤请求 | ||||
|                 .authorizeRequests() | ||||
|                 // 对于登录login 验证码captchaImage 允许匿名访问 | ||||
|                 .antMatchers("/login", "/app/login", "/captchaImage","/demo/tress/all","/wgz/app/wgzRegister").anonymous() | ||||
|                 .antMatchers("/login", "/app/login", "/captchaImage","/demo/tress/all").anonymous() | ||||
| 			    .antMatchers("/app/login","/wgz/app/wgzRegister").permitAll() | ||||
|                 .antMatchers( | ||||
|                         HttpMethod.GET, | ||||
|                         "/*.html", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 zt
					zt