WuPeng
2022-11-27 d60452560e37305e62f8cdd6cc08c6b3d3430a10
src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java
@@ -91,6 +91,7 @@
                    .antMatchers("/webjars/**")
                    .antMatchers("/swagger-resources/**")
                    .antMatchers("/v3/api-docs/**")
                    .antMatchers("/favicon.ico")
                    .antMatchers("/js/**");
            List<String> interfaceAuthenticationExcludes = userSetting.getInterfaceAuthenticationExcludes();
            for (String interfaceAuthenticationExclude : interfaceAuthenticationExcludes) {