运行日志可以使用集群、节点筛选

This commit is contained in:
刘祥超
2022-01-11 14:59:19 +08:00
parent c61381441c
commit 7f8be85116
12 changed files with 102 additions and 73 deletions

View File

@@ -38,4 +38,8 @@ Tea.context(function () {
})
})
}
this.changeCluster = function (clusterId) {
this.clusterId = clusterId
}
})