|
@@ -41,7 +41,7 @@ public class SSOConfiguration extends WebMvcConfigurerAdapter {
|
|
|
excludePathPatterns("/WEB-INF/**", "/**/static/**", "/sso/login/**", "/sso/logout/**", "/sso/register/**",
|
|
|
"/", "/project/**", "/activity/**", "/carousels/**", "/message/**", "/org/**", "/projectconclude/**",
|
|
|
"/projectfinance/**", "/projectrecode/**", "/wxpay/**", "/alipay/**", "/mobile/**", "/index", "/activeCenter",
|
|
|
- "/app/**", "/userAgreement", "/user/**", "/public/**");
|
|
|
+ "/app/**", "/userAgreement", "/user/**", "/public/**", "/login/proxy", "/error");
|
|
|
registry.addInterceptor(accessInterceptor).addPathPatterns("/**");
|
|
|
}
|
|
|
|