|
@@ -38,14 +38,14 @@ public class WebAppConfig implements WebMvcConfigurer {
|
|
|
"/**/agentAduit/**",
|
|
|
"/**/laser/**",
|
|
|
"/**/vaild/cameras/**",
|
|
|
- "/**/hot/shop/**",
|
|
|
- "/**/sso/app/checkToken/**"
|
|
|
+ "/**/hot/shop/**"
|
|
|
);
|
|
|
|
|
|
registry.addInterceptor(appInterceptor).addPathPatterns("/app/**")
|
|
|
.excludePathPatterns(
|
|
|
"/app/scene/getAppAllSceneByPage",
|
|
|
- "/app/camera/uploadUserCameraInfo"
|
|
|
+ "/app/camera/uploadUserCameraInfo",
|
|
|
+ "/sso/app/checkToken/**"
|
|
|
);
|
|
|
WebMvcConfigurer.super.addInterceptors(registry);
|
|
|
}
|