From 52ad37fba37a1ae72f124106627227a09836be5b Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 25 三月 2022 15:36:31 +0800
Subject: [PATCH] 初稿

---
 src/Pool/VideoRuleData.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/Pool/VideoRuleData.ts b/src/Pool/VideoRuleData.ts
index 5824a73..59e7d8f 100644
--- a/src/Pool/VideoRuleData.ts
+++ b/src/Pool/VideoRuleData.ts
@@ -68,6 +68,7 @@
   public async update() {
     await this.getInfo();
     await this.getSceneRule();
+    
     await this.getPolygon();
   }
 
@@ -146,5 +147,7 @@
       this.dealWay = rsp.data.cameraInfo.run_type === 1 ? true : false
       this.runServerName = rsp.data.cameraInfo.runServerName
     }
+  
+    
   }
 }

--
Gitblit v1.8.0