648540858
2022-01-30 d7afcab6016f46fa5f40962a079d003ebdf9172b
web_src/src/components/channelList.vue
@@ -212,10 +212,10 @@
                url: '/api/play/start/' + deviceId + '/' + channelId
            }).then(function (res) {
                that.isLoging = false;
                if (res.data.code == 0) {
                if (res.data.code === 0) {
                  setTimeout(()=>{
                    console.log("下载截图")
                    let snapId = deviceId + "_" + channelId;
                    that.loadSnap[snapId] = 0;
                    that.getSnapErrorEvent(snapId)
@@ -224,7 +224,10 @@
                    streamInfo: res.data.data,
                    hasAudio: itemData.hasAudio
                  });
                  that.initData();
                  setTimeout(()=>{
                    that.initData();
                  },1000)
                }else {
                  that.$message.error(res.data.msg);
                }