mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	对服务增加基础的数据统计
This commit is contained in:
		@@ -5,7 +5,7 @@ Vue.component("http-stat-config-box", {
 | 
			
		||||
		if (stat == null) {
 | 
			
		||||
			stat = {
 | 
			
		||||
				isPrior: false,
 | 
			
		||||
				isOn: true
 | 
			
		||||
				isOn: false
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		return {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@ Vue.component("http-websocket-box", {
 | 
			
		||||
		if (websocketConfig == null) {
 | 
			
		||||
			websocketConfig = {
 | 
			
		||||
				id: 0,
 | 
			
		||||
				isOn: true,
 | 
			
		||||
				isOn: false,
 | 
			
		||||
				handshakeTimeout: {
 | 
			
		||||
					count: 30,
 | 
			
		||||
					unit: "second"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user