licailing hace 4 años
padre
commit
ed2160a572

+ 1 - 0
src/main/java/com/izouma/wenlvju/security/WebSecurityConfig.java

@@ -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()