疯狂的狮子li
2021-09-09 5bb7b0dda5a29f6aa2326c40de24a0f4b3e5740c
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()