@@ -39,8 +39,7 @@ public class WebAppConfig implements WebMvcConfigurer {
"/**/laser/**",
"/**/vaild/cameras/**",
"/**/hot/shop/**",
- "/**/getIncrementType/**",
- "/laser/**"
+ "/**/getIncrementType/**"
);
registry.addInterceptor(appInterceptor).addPathPatterns("/app/**")