mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	fix: redis新增数据问题修复
This commit is contained in:
		@@ -25,7 +25,7 @@ export default defineComponent({
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        onMounted(() => {
 | 
			
		||||
            state.height = window.innerHeight;
 | 
			
		||||
            state.height = window.innerHeight + 5;
 | 
			
		||||
            state.machineId = Number.parseInt(route.query.id as string);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user