|
@@ -41,10 +41,10 @@ public class WebAppConfig implements WebMvcConfigurer {
|
|
"/**/hot/shop/**"
|
|
"/**/hot/shop/**"
|
|
);
|
|
);
|
|
|
|
|
|
- registry.addInterceptor(appInterceptor).addPathPatterns("/app/**")
|
|
|
|
|
|
+ registry.addInterceptor(appInterceptor).addPathPatterns("/**/app/**")
|
|
.excludePathPatterns(
|
|
.excludePathPatterns(
|
|
- "/app/scene/getAppAllSceneByPage",
|
|
|
|
- "/app/camera/uploadUserCameraInfo"
|
|
|
|
|
|
+ "/**/scene/getAppAllSceneByPage/**",
|
|
|
|
+ "/**/camera/uploadUserCameraInfo/**"
|
|
);
|
|
);
|
|
WebMvcConfigurer.super.addInterceptors(registry);
|
|
WebMvcConfigurer.super.addInterceptors(registry);
|
|
}
|
|
}
|