Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }; |