mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix: 修复定时器报错
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user