fix: 修复定时器报错

This commit is contained in:
taojinlong
2025-05-21 12:03:05 +08:00
committed by taojinlong
parent 297330a056
commit d4aa32d839

View File

@@ -4,6 +4,7 @@ import { useCache } from '@/hooks/web/useCache'
import { useEmitt } from '@/hooks/web/useEmitt'
const { wsCache } = useCache()
let stompClient: Stomp.Client
let timeInterval
import dev from '../../config/dev'
const env = import.meta.env
const basePath = env.VITE_API_BASEPATH