🐛 fix shit

This commit is contained in:
naiba
2024-03-24 14:01:10 +08:00
parent ca14674c36
commit e54060e527
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -245,12 +245,6 @@
this.option.legend.data = tLegendData;
this.myChart.clear();
this.myChart.setOption(this.option);
},
this.option.title.text = monitorInfo.result[0].server_name;
this.option.series = tSeries;
this.option.legend.data = tLegendData;
this.myChart.clear();
this.myChart.setOption(this.option);
},
isWindowsPlatform(str) {
return str.includes('Windows')