功能:摄像头配置页面适配 cameraName

- 表格列:app+stream 改为摄像头名称
- 编辑弹窗:去掉应用名+流ID,改为摄像头名称(必填)
- app/stream 由后端自动处理,前端不再暴露
- Camera 类型新增 cameraName 字段
This commit is contained in:
2026-03-19 11:42:17 +08:00
parent 617cdc8c15
commit 8bce09a17a
2 changed files with 20 additions and 29 deletions

View File

@@ -30,6 +30,7 @@ export namespace AiotDeviceApi {
app?: string;
stream?: string;
cameraCode?: string; // 摄像头唯一编码
cameraName?: string; // 摄像头名称(用户自定义)
srcUrl?: string;
timeout?: number;
rtspType?: string; // '0'=TCP, '1'=UDP, '2'=Multicast