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