更新前端src/views/websocket目录文件

This commit is contained in:
limengnan 2025-06-24 11:58:04 +08:00
parent 598dcd07b2
commit bcc3064e6d

View File

@ -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