ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java
@@ -104,11 +104,8 @@ "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**" "/**/*.js" ).permitAll() .antMatchers("/common/download**").anonymous() .antMatchers("/common/download/resource**").anonymous() .antMatchers("/doc.html").anonymous() .antMatchers("/swagger-resources/**").anonymous() .antMatchers("/webjars/**").anonymous()