You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
haoliang-net/docs/02-功能清单/大屏/00-大屏-索引.md

46 lines
1.6 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 大屏 索引
> 版本v1.0
> 最后更新2026-04-25
---
## 模块概述
生产数据大屏看板Chrome无人值守全屏展示免认证。固定布局+卡片指标可配+筛选可配+图表类型可选。
## 页面清单
| 页面编号 | 页面名称 | 路由 | 功能概述 |
|---------|---------|------|---------|
| 01-01 | 大屏看板页面 | /screen | 待设计 |
## 页面功能详情
### 01-01 大屏看板页面
**路由**`/screen`
**功能概述**生产数据大屏看板Chrome无人值守全屏展示免认证。深色主题卡片式布局自动刷新
**功能列表**
| 功能编号 | 功能名称 | 触发条件 | 交互行为 | 涉及API |
|---------|---------|---------|---------|---------|
| F01 | 加载看板 | 页面进入 | 并行请求所有卡片数据+筛选配置 | GET /api/screen/* |
| F02 | 筛选切换 | 选择车间/品牌 | 刷新所有卡片数据(附加筛选参数) | 同上 |
| F03 | 自动刷新 | 定时器触发 | 按卡片刷新策略轮询 | 同上 |
**业务规则**
- 免认证访问(/api/screen/**无Token要求
- 卡片排列/启停/排序由管理后台大屏配置(cnc_screen_config)决定
- 筛选选项由管理后台大屏筛选配置(cnc_screen_filter)决定
- 全局刷新间隔由cnc_sys_config.bigscreen_refresh_interval控制默认10秒
- 1920x1080优化深色主题一屏展示
## 子目录/文件
| 编号 | 名称 | 类型 | 索引 |
|------|------|------|------|
| 01-01 | 大屏看板页面 | 页面文件 | [01-01-大屏看板页面.md](./01-01-大屏看板页面.md) |
---