|
|
@@ -82,6 +82,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/auth/**").permitAll()
|
|
|
.antMatchers("/captcha/**").permitAll()
|
|
|
.antMatchers("/admin/**").permitAll()
|
|
|
+ .antMatchers("/trainingInstitution/**").permitAll()
|
|
|
.antMatchers("/systemVariable/all").permitAll()
|
|
|
.antMatchers("/**/excel").permitAll()
|
|
|
.antMatchers("/wx/**").permitAll()
|