1078-修复断开连接时设备未下线的BUG

This commit is contained in:
panlinlin
2024-06-08 21:54:58 +08:00
parent 7ffe773175
commit dbb2492640
5 changed files with 59 additions and 8 deletions

View File

@@ -261,9 +261,10 @@ export default {
var that = this;
this.$axios({
method: 'get',
url: '/api/play/stop/' + this.deviceId + "/" + itemData.channelId,
url: '/api/jt1078/live/stop',
params: {
isSubStream: this.isSubStream
phoneNumber: this.device.phoneNumber,
channelId: itemData.channelId,
}
}).then(function (res) {
that.initData();