648540858
2022-10-18 3c52a16e5fcf9a1f20b3ef06220e021b712337b6
web_src/src/components/live.vue
@@ -137,9 +137,6 @@
        method: 'get',
        url: '/api/play/start/' + deviceId + '/' + channelId
      }).then(function (res) {
        // that.isLoging = false;
        console.log('=====----=====')
        console.log(res)
        if (res.data.code === 0 && res.data.data) {
          itemData.playUrl = res.data.data.httpsFlv
          that.setPlayUrl(res.data.data.ws_flv, idxTmp)