From 08e79edffa0cb0a3197b52f1eda64cf066f1ac3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Fri, 6 Jun 2025 10:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=9F=A5=E7=9C=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/historyMonitoring/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index 1a738c7..f088eb7 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -256,10 +256,10 @@ export default { this.vid2 = videoUrl + record.videoPath2; this.vid3 = videoUrl + record.videoPath3; this.vid4 = videoUrl + record.videoPath4; - this.vid1 = record.videoPath1; - this.vid2 = record.videoPath2; - this.vid3 = record.videoPath3; - this.vid4 = record.videoPath4; + // this.vid1 = record.videoPath1; + // this.vid2 = record.videoPath2; + // this.vid3 = record.videoPath3; + // this.vid4 = record.videoPath4; }, showModelVga(record) {