fix: 修复定时器报错

This commit is contained in:
taojinlong
2025-05-21 12:03:05 +08:00
committed by taojinlong
parent a77047d060
commit ecb82b4462

View File

@@ -4,7 +4,7 @@ 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
let timeInterval
import dev from '../../config/dev'
const env = import.meta.env
const basePath = env.VITE_API_BASEPATH