fix: socket连接代码优化,耗材增加具体统计弹窗

This commit is contained in:
2025-03-14 10:25:49 +08:00
parent 7e9a9d1767
commit 814ca603d7
9 changed files with 413 additions and 142 deletions

View File

@@ -167,7 +167,7 @@
<script setup lang="ts">
import NoticeAPI, { NoticePageVO } from "@/api/system/notice";
import WebSocketManager from "@/utils/websocket";
// import WebSocketManager from "@/utils/websocket";
import router from "@/router";
const activeTab = ref("notice");