修复播放页面

This commit is contained in:
648540858 2022-05-18 09:57:36 +08:00
parent 3051fc82ee
commit b9ffcd1d38
2 changed files with 4 additions and 2 deletions

View File

@ -220,6 +220,7 @@ export default {
method: 'get',
url: '/api/play/start/' + deviceId + '/' + channelId
}).then(function (res) {
console.log(res)
that.isLoging = false;
if (res.data.code === 0) {
@ -241,8 +242,9 @@ export default {
that.$message.error(res.data.msg);
}
}).catch(function (e) {
console.error(e)
that.isLoging = false;
that.$message.error("请求超时");
// that.$message.error("");
});
},
queryRecords: function (itemData) {

View File

@ -313,7 +313,7 @@ export default {
activePlayer: "jessibuca",
//
player: {
// jessibuca : ["ws_flv", "wss_flv"],
jessibuca : ["ws_flv", "wss_flv"],
webRTC: ["rtc", "rtc"],
},
videoHistory: {