Former-commit-id: 6792538eba47d830bbb214c06526b9625f46a631
Former-commit-id: 88d91e91df052fb9324fefd444d5fc9022e5aa0a
1.0
wanggang 4 years ago
parent 70a26569b4
commit a63a5193cc

@ -258,10 +258,10 @@
computed: {
url: function () {
if (this.isFlvSupported) {
return location.protocol + '//' + location.hostname + '/live/' + this.device.number + '.flv';
return location.protocol + '//' + location.host + '/live/' + this.device.number + '.flv';
}
else {
return location.protocol + '//' + location.hostname + '/live/' + this.device.number + '.m3u8';
return location.protocol + '//' + location.host + '/live/' + this.device.number + '.m3u8';
}
//return getDeviceDataValue(this.device, 'flv');
},

Loading…
Cancel
Save