yangdamao 1 سال پیش
والد
کامیت
952ecd63ba
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      zhongzheng-framework/src/main/java/com/zhongzheng/framework/config/SecurityConfig.java

+ 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()