疯狂的狮子li
2021-08-24 72f3971ca2defcd85f2db2a726eb7b012ff5b396
ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java
@@ -104,8 +104,7 @@
                        "/*.html",
                        "/**/*.html",
                        "/**/*.css",
                        "/**/*.js",
                        "/profile/**"
                        "/**/*.js"
                ).permitAll()
                .antMatchers("/doc.html").anonymous()
                .antMatchers("/swagger-resources/**").anonymous()