视频回放

This commit is contained in:
yanran200730
2022-04-19 17:59:16 +08:00
parent 4ec129a695
commit e36ebca88c
3 changed files with 164 additions and 54 deletions

View File

@@ -21,7 +21,7 @@
v-for="(m, i) in monitors"
:key="m.id"
:style="currentSplitStyle">
<AiMonitor :isShowBar="isShowBar" :src="m.url" type="slw" :name="m.name" @close="removeMonitor(i)" ref="AiMonitor"></AiMonitor>
<AiMonitor :instance="instance" :deviceId="m.deviceId" :isShowBar="isShowBar" :id="m.id" type="slw" :name="m.name" @close="removeMonitor(i)" ref="AiMonitor"></AiMonitor>
</div>
</div>
<Synergy ref="Synergy" v-if="!isShowBar && monitors.length" style="width: 100%; height: 68px;"></Synergy>