fix: 看板ws模块接入

This commit is contained in:
TsMask
2024-01-26 17:35:27 +08:00
parent 308a66b925
commit dd8c4ea343
5 changed files with 354 additions and 78 deletions

View File

@@ -0,0 +1,10 @@
import { ref } from 'vue';
/**事件数据 */
export const ueEventData = ref<Record<string, any>[]>([]);
/**事件总量 */
export const ueEventTotal = ref<number>(0);
/**事件推送id */
export const ueEventId = ref<string>('');