实现健康检查配置、立即执行健康检查

This commit is contained in:
刘祥超
2020-10-17 21:15:22 +08:00
parent d76ecf1bc9
commit bd484ee3e1
28 changed files with 500 additions and 115 deletions

View File

@@ -1,3 +1,5 @@
Tea.context(function (){
Tea.context(function () {
this.success = NotifyPopup;
this.address = window.parent.UPDATING_NODE_IP_ADDRESS
});