yangdamao 1 жил өмнө
parent
commit
952ecd63ba

+ 1 - 0
zhongzheng-framework/src/main/java/com/zhongzheng/framework/config/SecurityConfig.java

@@ -158,6 +158,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
                 .antMatchers("/common/question/*").anonymous()
                 .antMatchers("/common/free/**").anonymous()
                 .antMatchers("/common/download**").anonymous()
+                .antMatchers("/course/handouts/**").anonymous()
                 .antMatchers("/common/download/resource**").anonymous()
                 .antMatchers("/common/user/data/download").anonymous()
                 .antMatchers("/grade/grade/listPeriod").anonymous()