完善 websocket 封装

This commit is contained in:
puhui999
2024-07-12 17:43:08 +08:00
parent 9399a3e223
commit 7baec78c02
4 changed files with 111 additions and 76 deletions
-1
View File
@@ -217,7 +217,6 @@
// 虚拟列表展示可视区域的数据
const includePage = index => {
console.log(visiblePagesList.value, index);
return visiblePagesList.value.indexOf(index) > -1;
};