数据看板增加独立IP数量

This commit is contained in:
GoEdgeLab
2024-05-05 11:13:23 +08:00
parent 304419da5b
commit cd2d828e48
3 changed files with 26 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ Tea.context(function () {
this.dashboard = {}
this.localLowerVersionAPINode = null
this.countWeakAdmins = 0
this.todayCountIPsFormat = "0"
this.$delay(function () {
this.$post("$")
@@ -13,6 +14,8 @@ Tea.context(function () {
this[k] = resp.data[k]
}
this.todayCountIPsFormat = teaweb.formatNumber(this.todayCountIPs)
this.isLoading = false
this.$delay(function () {