648540858
2022-07-25 c77c1a956c0c39575eb6d9a86cb8c137bb8126c8
web_src/src/components/PushVideoList.vue
@@ -69,7 +69,7 @@
      </el-table-column>
      <el-table-column label="本平台推流"  min-width="100">
        <template slot-scope="scope">
          {{scope.row.pushIng && !!!scope.row.serverId ? '是' : '否' }}
          {{scope.row.pushIng && !!scope.row.self ? '是' : '否' }}
        </template>
      </el-table-column>
@@ -202,10 +202,15 @@
        }
      }).then(function (res) {
        that.getListLoading = false;
        if (res.data.code === 0 ) {
        that.$refs.devicePlayer.openDialog("streamPlay", null, null, {
          streamInfo: res.data.data,
          hasAudio: true
        });
        }else {
          that.$message.error(res.data.msg);
        }
      }).catch(function (error) {
        console.error(error);
        that.getListLoading = false;