heyujie
2022-04-11 999f9a47da7783388d0214b9f8d987ea2d9f2916
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
    }
  }
}