Files
ndm-web-platform/src/stores/index.ts
yangsy 0c1fb418bd feat: 添加权限查询和管理机制
- 新增权限管理页面
- 改进轮询链,引入权限查询
- 支持订阅权限变更或轮询权限检测变更
- 应用权限到页面和组件
2026-01-22 10:34:37 +08:00

8 lines
185 B
TypeScript

export * from './alarm';
export * from './device';
export * from './permission';
export * from './setting';
export * from './station';
export * from './unread';
export * from './user';