gaoshp
2024-06-02 791e8759a2a5c53e924ab6fd59896c43b4c24286
src/views/mdc/station-live.vue
@@ -505,7 +505,6 @@
                  interval: 1440/6,  //每隔多少分钟显示一个刻度
                  axisLabel: {
                     formatter: (value)=> {
                        //console.log(value,111)
                        if(value == 0) {
                           return "00:00:00";
                        }else if(value == 240) {