29392
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<img slot="prefix" src="https://cdn.cunwuyun.cn/slw2.0/images/fp.png">
|
<img slot="prefix" src="https://cdn.cunwuyun.cn/slw2.0/images/fp.png">
|
||||||
<el-option v-for="(op,i) in splitOps" :key="i" v-bind="op" />
|
<el-option v-for="(op,i) in splitOps" :key="i" v-bind="op" />
|
||||||
</el-select>
|
</el-select>
|
||||||
<div class="headerBar-item" v-if="monitors.length > 1" @click="playbackUrls = [], isShowBar = !isShowBar" :class="[isShowBar ? '' : 'cancel-xt']">
|
<div class="headerBar-item" @click="playbackUrls = [], isShowBar = !isShowBar" :class="[isShowBar ? '' : 'cancel-xt']">
|
||||||
<img src="https://cdn.cunwuyun.cn/slw2.0/images/xt.png">
|
<img src="https://cdn.cunwuyun.cn/slw2.0/images/xt.png">
|
||||||
<span>{{ isShowBar ? '视频协同' : '取消协同' }}</span>
|
<span>{{ isShowBar ? '视频协同' : '取消协同' }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -245,7 +245,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
changePlayStatus () {
|
changePlayStatus () {
|
||||||
const subPage = document.querySelector(`#${this.id}`).contentWindow
|
const subPage = document.querySelector(`#${this.iframeId}`).contentWindow
|
||||||
subPage.postMessage({
|
subPage.postMessage({
|
||||||
type: 'play',
|
type: 'play',
|
||||||
value: this.isPause
|
value: this.isPause
|
||||||
|
|||||||
Reference in New Issue
Block a user