mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-15 00:45:40 +08:00
数据看板增加独立IP数量
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user