fix: 看板ws模块接入
This commit is contained in:
10
src/views/dashboard/overview/hooks/useUEEvent.ts
Normal file
10
src/views/dashboard/overview/hooks/useUEEvent.ts
Normal 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>('');
|
||||
Reference in New Issue
Block a user