mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-23 01:40:29 +08:00
实现基础的IP地址阈值
This commit is contained in:
@@ -2,4 +2,7 @@ Tea.context(function () {
|
||||
this.success = NotifyPopup;
|
||||
|
||||
this.address = window.parent.UPDATING_NODE_IP_ADDRESS
|
||||
});
|
||||
if (this.address != null) {
|
||||
this.address.isUp = (this.address.isUp ? 1 : 0)
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user