提交 f4255fd9 编写于 作者: Skyeye云's avatar Skyeye云

小问题修改

上级 60687353
...@@ -82,7 +82,6 @@ public class WebSocketContext { ...@@ -82,7 +82,6 @@ public class WebSocketContext {
@OnError @OnError
public void onError(Session session, Throwable error) { public void onError(Session session, Throwable error) {
System.out.println("发生错误"); System.out.println("发生错误");
error.printStackTrace();
} }
/** /**
......
...@@ -229,7 +229,7 @@ layui.config({ ...@@ -229,7 +229,7 @@ layui.config({
data: totalThreadYdata data: totalThreadYdata
}] }]
}); });
cpuRatioYdata.setOption({ cpuRatioChart.setOption({
xAxis: {data: xdata}, xAxis: {data: xdata},
series: [{ series: [{
data: cpuRatioYdata data: cpuRatioYdata
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册