mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +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