From d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 17 九月 2020 10:55:22 +0800
Subject: [PATCH] 处理外网端口映射无法跳转的问题

---
 src/pages/analysisPower/index/App.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/pages/analysisPower/index/App.vue b/src/pages/analysisPower/index/App.vue
index 9aef803..283f740 100644
--- a/src/pages/analysisPower/index/App.vue
+++ b/src/pages/analysisPower/index/App.vue
@@ -267,7 +267,8 @@
     initFormData() {
       this.formData = {
         totalChanle: this.PollData.channelTotal,
-        realTime: this.PollData.RealTimeSum,
+        //realTime: this.PollData.RealTimeSum,
+        realTime: this.PollData.RealTimeValidCount,
         pollEnable: this.PollData.Enabled,
         pollPeriod: this.PollData.Config.poll_period,
         polling: this.PollData.PollChannelTotal,

--
Gitblit v1.8.0