|
|
@@ -34,11 +34,11 @@ public class SSOConfiguration extends WebMvcConfigurerAdapter {
|
|
|
* 拦截器配置
|
|
|
*/
|
|
|
registry.addInterceptor(ssoInterceptor).addPathPatterns("/**").
|
|
|
- excludePathPatterns("/WEB-INF/**","/**/static/**", "/sso/**",
|
|
|
+ excludePathPatterns("/WEB-INF/**","/**/static/**", "/sso/login/**", "/sso/logout/**", "/sso/register/**",
|
|
|
"/", "/project/**", "/activity/**","/carousels/**", "/message/**",
|
|
|
"/org/**", "/projectconclude/**", "/projectevolve/**", "/projectfinance/**",
|
|
|
"/projectrecode/**", "/wxpay/**", "/alipay/**", "/mobile/**", "/index", "/activeCenter",
|
|
|
- "/app/**");
|
|
|
+ "/app/**", "/userAgreement");
|
|
|
}
|
|
|
|
|
|
@Bean
|