修复单端口模式下ssrc的释放 #667

This commit is contained in:
648540858
2022-11-25 14:38:46 +08:00
parent fb957b0dba
commit f89491ada3
4 changed files with 6 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ export default {
console.log("刷新对应设备:" + itemData.deviceId);
let that = this;
this.$axios({
method: 'post',
method: 'get',
url: '/api/device/query/devices/' + itemData.deviceId + '/sync'
}).then((res) => {
console.log("刷新设备结果:" + JSON.stringify(res));