优化界面

This commit is contained in:
刘祥超
2021-08-01 11:13:17 +08:00
parent 867215e2af
commit d747e656dc
2 changed files with 5 additions and 2 deletions

View File

@@ -332,7 +332,10 @@ Tea.context(function () {
value: function (v) {
return v.countRequests / axis.divider;
},
axis: axis
axis: axis,
click: function (args, stats) {
window.location = "/servers/server?serverId=" + stats[args.dataIndex].serverId
}
})
}