Files
ndm-web-platform/src/stores/index.ts
T
yangsy 0af52c62ce feat: 添加权限查询和管理机制
- 新增权限管理页面
- 改进轮询链,引入权限查询
- 支持订阅权限变更或轮询权限检测变更
- 应用权限到页面和组件
2026-01-26 10:54:24 +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';