Browse Source

修改token

523096025 2 years ago
parent
commit
573085902a

+ 1 - 1
huimv-env-platform/huimv-env-manage/src/main/java/com/huimv/env/manage/config/InterceptorConfig.java

@@ -21,6 +21,6 @@ public class InterceptorConfig implements WebMvcConfigurer {
     @Override
     @Override
     public void addInterceptors(InterceptorRegistry registry) {
     public void addInterceptors(InterceptorRegistry registry) {
         registry.addInterceptor(jwtInterceptor()).
         registry.addInterceptor(jwtInterceptor()).
-                excludePathPatterns("/my/*");
+                excludePathPatterns("/my/*","/lampConfig/listByUnit/","/envDeviceEquipment/update/");
     }
     }
 }
 }