feat: 添加批量导出录像诊断并优化导出体验

This commit is contained in:
yangsy
2026-01-28 14:31:37 +08:00
parent 36e839142a
commit aa4684273b
3 changed files with 66 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ const { mutate: syncCamera, isPending: cameraSyncing } = useMutation({
window.$notification.info({
title: '摄像机同步结果',
content: notices.join(''),
duration: 3000,
duration: 10000,
});
if (successRequests.length > 0) {
// 摄像机同步后,需要重新查询一次设备
@@ -123,7 +123,7 @@ const { mutate: syncNvrChannels, isPending: nvrChannelsSyncing } = useMutation({
window.$notification.info({
title: '录像机通道同步结果',
content: notices.join(''),
duration: 3000,
duration: 10000,
});
cancelAction();
},