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