refactor(vimp): 重构模块结构,优化代码组织

- 将设备中心查询逻辑从API层抽取至composables目录,封装为useDeviceCenterQuery组合式函数
- 拆分camera、alarm的状态管理为独立store文件,新增资源面板搜索状态store
- 更新相关组件的依赖导入路径,清理冗余导出并调整导出列表
This commit is contained in:
yangsy
2026-05-28 10:47:28 +08:00
parent 67dccc5011
commit bd1cc0483b
11 changed files with 23 additions and 10 deletions
+1
View File
@@ -0,0 +1 @@
export * from './query';