From c3383e096b5dd50de8f39a5e9707c736174bdd73 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Mon, 7 Aug 2023 08:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=9F=E8=8B=8F=E8=A7=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/setdevice.vue | 5 ++++- .../components/setschedule.vue | 21 +++++++++++++------ vue.config.js | 6 +++--- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/src/views/devicePhotoSchedule/components/setdevice.vue b/src/views/devicePhotoSchedule/components/setdevice.vue index 495aaf2..cb1fc90 100644 --- a/src/views/devicePhotoSchedule/components/setdevice.vue +++ b/src/views/devicePhotoSchedule/components/setdevice.vue @@ -376,7 +376,10 @@ export default { console.log(timearr); } ////判断河南规约 - if (this.allCheckNode[i].protocol == "65286") { + if ( + this.allCheckNode[i].protocol == "65286" || + this.allCheckNode[i].protocol == "65282" + ) { console.log("河南规约"); //偏移时间 //this.getDayArr(startDay, endDay); diff --git a/src/views/realTimeMonitor/components/setschedule.vue b/src/views/realTimeMonitor/components/setschedule.vue index 6e5432f..c8f6793 100644 --- a/src/views/realTimeMonitor/components/setschedule.vue +++ b/src/views/realTimeMonitor/components/setschedule.vue @@ -58,7 +58,7 @@ >{{ val.substring(val.length - 5) }} {{ val.substring(val.length - 5) }}