From 64e9ecdcde10678918c1b724425d1f4b5a255630 Mon Sep 17 00:00:00 2001
From: whyczyk <525500596@qq.com>
Date: 星期四, 29 七月 2021 10:03:32 +0800
Subject: [PATCH] 首页拓扑图优化

---
 src/pages/home/topoGraph.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/home/topoGraph.vue b/src/pages/home/topoGraph.vue
index 04ea2d1..30408a1 100644
--- a/src/pages/home/topoGraph.vue
+++ b/src/pages/home/topoGraph.vue
@@ -769,7 +769,7 @@
                 if (this.switch5000 == 1 && this.switch32001 == 1 && this.switch32002 == 1 && this.bigPower ==
                     1 && this
                     .eleBoard == 1 && this.speedCabinet == 1 && this.electric == 1 && this.sensor == 1 && this
-                    .dynamometer == 1 && this.AFEcabinet == 1 && this.transformer == 1) {
+                    .dynamometer == 1 && this.AFEcabinet == 1 && this.transformer == 1 && this.switch5200 == 1) {
                     this.run = 'run10';
                     this.axis1 = diagram.getZoomLineInfo('line10');
                     setTimeout(() => {

--
Gitblit v1.9.1