Files
ndm-web-platform/src/pages/vimp/composables/query/index.ts
T
yangsy 50a30ba106 refactor(vimp): 重命名设备查询为通道查询并更新相关引用
- 新增 vimp 常量文件,定义查询键 VIMP_CHANNELS_QUERY_KEY
- 重命名设备中心查询组合式函数为通道查询组合式函数
- 更新 alarm-tree.vue 和 camera-tree.vue 中的查询调用
- 优化通道数据排序与存储更新流程
2026-06-23 14:01:26 +08:00

2 lines
38 B
TypeScript

export * from './use-channels-query';