diff --git a/src/views/modules/monitoring/barrier.vue b/src/views/modules/monitoring/barrier.vue index 904620a..02bd594 100644 --- a/src/views/modules/monitoring/barrier.vue +++ b/src/views/modules/monitoring/barrier.vue @@ -88,7 +88,7 @@
- +
@@ -192,6 +192,7 @@ label: 'label' }, // 图片信息 + faceBgUrltest: "http://192.168.1.133:9000/middleware/103/1028345463.jpg", faceBgUrl: "", faces: [], currentFaces: [], @@ -205,17 +206,20 @@ }, mounted() { //this.timer = setInterval(this.get, 1000); + this.get() }, beforeDestroy() {}, created() { // 初始化选择默认卡口 this.initGetCameraId() // 初始化获取4条预警信息 - this.initGetWarningPicture() + // this.initGetWarningPicture() }, methods: { get(){ + this.warningList = []; + // console.log("this waringlist"+this.warningList); this.$http.get("/faces/list").then(res => { this.warningList = res.data; })