zhoushihao
2024-07-29 726f5da27afc22ea1d8bd5fe730a0722ab8a97c9
UI-Project/src/views/Slicecage/slicecage.vue
@@ -176,7 +176,11 @@
      return 9;
    });
 
 function cleanUp() {
    console.log('执行清理操作');
}
// 假设我们每2分钟执行一次清理
setInterval(cleanUp, 2 * 60 * 1000);
 
const getTableRow = (row,type) =>{
  switch (type) {