Browse Source

修复播放页面

pull/484/head
648540858 2 years ago
parent
commit
b9ffcd1d38
  1. 4
      web_src/src/components/channelList.vue
  2. 2
      web_src/src/components/dialog/devicePlayer.vue

4
web_src/src/components/channelList.vue

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

2
web_src/src/components/dialog/devicePlayer.vue

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

Loading…
Cancel
Save