功能:摄像头配置页面适配 cameraName
- 表格列:app+stream 改为摄像头名称 - 编辑弹窗:去掉应用名+流ID,改为摄像头名称(必填) - app/stream 由后端自动处理,前端不再暴露 - Camera 类型新增 cameraName 字段
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user