增加认证节点管理

This commit is contained in:
刘祥超
2021-04-13 21:23:13 +08:00
parent 42a306ff22
commit 8ed02c8103
24 changed files with 640 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
Tea.context(function () {
this.success = NotifySuccess("保存成功", "/settings/authority/nodes/node?nodeId=" + this.node.id)
})