Commit a5001ac6a75feb8ca16876ca2b81a0834b8c5cb1

Authored by xp.Huang
1 parent 4f7a271b

docs: 通道更新信息变更

@@ -139,7 +139,7 @@ @@ -139,7 +139,7 @@
139 //通道同步 139 //通道同步
140 const handleSyncPlay = async () => { 140 const handleSyncPlay = async () => {
141 if (await syncVideoApiGet(props.deviceDetail.tbDeviceId)) { 141 if (await syncVideoApiGet(props.deviceDetail.tbDeviceId)) {
142 - createMessage.success('已同步'); 142 + createMessage.success('通道已同步,请稍后刷新查看结果');
143 reload(); 143 reload();
144 } 144 }
145 }; 145 };