@@ -33,8 +33,7 @@ public class WebAppConfig implements WebMvcConfigurer {
"/**/scene/**",
"/intercomMessage/**",
"/order/pay/**",
- "/article/**",
- "/user/camera/**"
+ "/article/**"
);
registry.addInterceptor(appInterceptor).addPathPatterns("/app/**")