Ln节点可以指定访问IP

This commit is contained in:
GoEdgeLab
2022-08-25 20:36:51 +08:00
parent 58dfbceb1e
commit 27c16c1b00
6 changed files with 64 additions and 4 deletions

View File

@@ -26,4 +26,12 @@ Tea.context(function () {
this.updateClusters = function () {
this.showClustersBox = !this.showClustersBox
}
/**
* 级别相关
*/
this.nodeLevel = this.node.level
this.changeLevel = function (level) {
this.nodeLevel = level
}
})