分包+刷新逻辑
This commit is contained in:
@@ -1255,7 +1255,7 @@ const reload = (opts = {}) => {
|
|||||||
: deviceInformation.value.map((_, i) => i);
|
: deviceInformation.value.map((_, i) => i);
|
||||||
|
|
||||||
targets.forEach(i => refreshStream(i, hard));
|
targets.forEach(i => refreshStream(i, hard));
|
||||||
ElMessage.success(`已刷新${onlySelected ? '当前设备' : '全部设备'}视频流`);
|
ElMessage.success(`已刷新${onlySelected ? '当前设备' : '全部设备'}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
/** 重建某台设备的视频解码器,不动 ws、不动 canvas */
|
/** 重建某台设备的视频解码器,不动 ws、不动 canvas */
|
||||||
|
|||||||
Reference in New Issue
Block a user