From 1ca3f1a1b91ddd07e1d69e046c7a4b62fa6634c4 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 04 十一月 2025 14:43:56 +0800
Subject: [PATCH] 修改开发环境服务端地址

---
 src/views/mdc/realtime-status/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/mdc/realtime-status/index.vue b/src/views/mdc/realtime-status/index.vue
index 0d52080..462fa0b 100644
--- a/src/views/mdc/realtime-status/index.vue
+++ b/src/views/mdc/realtime-status/index.vue
@@ -212,6 +212,7 @@
 			this.gettimestatus();
 		},
 		next() {
+
 			if ((this.current * this.line) < this.total / this.column) {
 				this.current = Number(this.current) + 1;
 				this.gettimestatus();
@@ -292,6 +293,7 @@
 								if (eventData.data.DeviceStatus) {
 									var time = moment(eventData.data.DeviceStatus.t).format('YYYY-MM-DD HH:mm:ss');
 									var preT = moment(eventData.data.DeviceStatus.preT).format('YYYY-MM-DD HH:mm:ss');
+									//console.log('time='+time+",preT="+preT);
 									var diffTime = that.changeTime(time,preT);  //杞崲鎴愬樊鍊硷紙鏃跺垎绉掞級
 									var diffTime = diffTime;
 									item.time = diffTime;

--
Gitblit v1.9.3