@@ -37,7 +37,7 @@ public class WebAppConfig implements WebMvcConfigurer {
"/**/_manage/**",
"/**/agentAduit/**",
"/**/laser/**",
- "/**/vaild/cameras",
+ "/**/vaild/cameras/**",
"/**/hot/shop/**"
);
@@ -13,6 +13,7 @@ import org.springframework.web.bind.annotation.RestController;
/**
* 本地化版本获取每个公司可使用的相机
+ * 消安 使用接口
* Created by Hb_zzZ on 2020/4/2.
*/
@Log4j2