@@ -75,7 +75,9 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
"/sys/getCode",
"/app/sys/getCode",
"/app/gwfile/download",
+ "/gwfile/**",
"/gwfile/download",
+ "/gwfile/pdf/preview",
"/sys/language/getLanguageMap",
"/sys/casLogin" ).permitAll ( ) // 允许请求无需认证
.antMatchers ( HttpMethod.OPTIONS, "/**" ).permitAll ( )