xushili 1 سال پیش
والد
کامیت
5fd8f5721e
2فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 5 5
      .env.development
  2. 3 3
      src/views/stateMonitor/focus/syzDetails.vue

+ 5 - 5
.env.development

@@ -1,10 +1,10 @@
 
-VUE_APP_API=http://192.168.1.108:6060
-VUE_APP_Matrix=http://192.168.1.108:6060
+# VUE_APP_API=http://192.168.1.108:6060
+# VUE_APP_Matrix=http://192.168.1.108:6060
 
-# VUE_APP_API=http://10.81.3.153:6060
-# # 经济运行 安全监视 
-# VUE_APP_Matrix=http://10.81.3.153:6060
+VUE_APP_API=http://10.81.3.153:6060
+# 经济运行 安全监视
+VUE_APP_Matrix=http://10.81.3.153:6060
 
 
 VUE_APP_ADAPTERURL=http://10.81.3.155:8011

+ 3 - 3
src/views/stateMonitor/focus/syzDetails.vue

@@ -581,9 +581,9 @@ export default {
     },
 
     opened() {
-      this.initAlarm();
+      // this.initAlarm();
       this.getAllStationtab()
-      this.timmer = setInterval(() => {
+      /*this.timmer = setInterval(() => {
         this.renderAlarm();
       }, 3000);
 
@@ -601,7 +601,7 @@ export default {
             this.debounce(this.getSvgDataFn(this.activeTabStation), 200)
           }
         }, 100);
-      }
+      }*/
     },
 
     closed() {