From bcc3064e6df7543e8bc2616e8049bc1d904775a9 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 24 Jun 2025 11:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AFsrc/views/w?= =?UTF-8?q?ebsocket=E7=9B=AE=E5=BD=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/websocket/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/websocket/index.ts b/core/core-frontend/src/websocket/index.ts index d330f36..63ac379 100644 --- a/core/core-frontend/src/websocket/index.ts +++ b/core/core-frontend/src/websocket/index.ts @@ -4,7 +4,6 @@ import { useCache } from '@/hooks/web/useCache' import { useEmitt } from '@/hooks/web/useEmitt' const { wsCache } = useCache() let stompClient: Stomp.Client -let timeInterval: NodeJS.Timer | null = null import dev from '../../config/dev' const env = import.meta.env const basePath = env.VITE_API_BASEPATH