Pārlūkot izejas kodu

电厂大屏删除console.log()

wangggziwen 2 gadi atpakaļ
vecāks
revīzija
e45a306788

+ 0 - 2
ui/src/views/monitor/elec/centerLeft1.vue

@@ -186,7 +186,6 @@ export default {
       });
     },
     initOneChart() {
-      console.log(this.latest30DayData);
       // 基于准备好的dom,初始化echarts实例
       this.chart = this.echarts.init(document.getElementById('oneGTGyChart'))
       const dateDay = [];
@@ -255,7 +254,6 @@ export default {
       })
     },
     initOneChartDialog() {
-      console.log("====")
       // 基于准备好的dom,初始化echarts实例
       this.chart1 = this.echarts.init(document.getElementById('oneGTGyChart1'))
       const dateDay = [];

+ 0 - 1
ui/src/views/monitor/elec/elecindex.vue

@@ -587,7 +587,6 @@ export default {
       let { width, height } = this;
       let wh = window.innerHeight / height;
       let ww = window.innerWidth / width;
-      console.log(ww < wh ? ww : wh);
       return ww < wh ? ww : wh;
     },
     setScale() {

+ 0 - 2
ui/src/views/monitor/elecNew/centerLeft1.vue

@@ -186,7 +186,6 @@ export default {
       });
     },
     initOneChart() {
-      console.log(this.latest30DayData);
       // 基于准备好的dom,初始化echarts实例
       this.chart = this.echarts.init(document.getElementById('oneGTGyChart'))
       const dateDay = [];
@@ -255,7 +254,6 @@ export default {
       })
     },
     initOneChartDialog() {
-      console.log("====")
       // 基于准备好的dom,初始化echarts实例
       this.chart1 = this.echarts.init(document.getElementById('oneGTGyChart1'))
       const dateDay = [];

+ 0 - 1
ui/src/views/monitor/elecNew/elecindex.vue

@@ -587,7 +587,6 @@ export default {
       let { width, height } = this;
       let wh = window.innerHeight / height;
       let ww = window.innerWidth / width;
-      console.log(ww < wh ? ww : wh);
       return ww < wh ? ww : wh;
     },
     setScale() {