src/views/exception/components/DustLineChart.vue
@@ -5,9 +5,7 @@
 -->
 <template>
       <div  id="main" class="line-chart-exception"></div>
   
  </template>
  
@@ -49,11 +47,7 @@
        window.addEventListener('resize', this.resizeChart);
      },
    },
    // beforeUnmount() {
    //   if (this.chart) {
    //     this.chart.dispose;
    //   }
    // },
    methods: {
      initChart() {
        // 创建echarts实例