为重载页面放宽等待时间
This commit is contained in:
		@@ -114,7 +114,7 @@ export default class ClientList {
 | 
				
			|||||||
                    //this.websocket = linkStart()
 | 
					                    //this.websocket = linkStart()
 | 
				
			||||||
                    // 调试模式: 直接刷新页面重载
 | 
					                    // 调试模式: 直接刷新页面重载
 | 
				
			||||||
                    window.location.reload()
 | 
					                    window.location.reload()
 | 
				
			||||||
                }, 1000)
 | 
					                }, 3000)
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            return websocket
 | 
					            return websocket
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user