ZZJ
2022-04-22 7170a5adff3d48ac589fbb2c67ac6c45684b4393
src/Pool/VideoRuleData.ts
@@ -63,11 +63,13 @@
    ]
    this.selectResolution = '1002'
    this.hasCtrlC = false
  }
  public async update() {
    await this.getInfo();
    await this.getSceneRule();
    await this.getPolygon();
  }
@@ -146,5 +148,7 @@
      this.dealWay = rsp.data.cameraInfo.run_type === 1 ? true : false
      this.runServerName = rsp.data.cameraInfo.runServerName
    }
  }
}