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