lyhzzz 1 年之前
父節點
當前提交
adbc831a7b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/java/com/fdkankan/ucenter/config/WebAppConfig.java

+ 1 - 2
src/main/java/com/fdkankan/ucenter/config/WebAppConfig.java

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