✌️
This commit is contained in:
		
							parent
							
								
									b87e7e50b6
								
							
						
					
					
						commit
						e0f847e539
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -41,7 +41,7 @@ export default define({
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	mounted() {
 | 
						mounted() {
 | 
				
			||||||
		this.fetch();
 | 
							this.fetch();
 | 
				
			||||||
		this.clock = setInterval(this.fetch, 1000 * 60 * 10);
 | 
							this.clock = setInterval(this.fetch, 1000 * 60);
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	beforeDestroy() {
 | 
						beforeDestroy() {
 | 
				
			||||||
		clearInterval(this.clock);
 | 
							clearInterval(this.clock);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue