视频回放

This commit is contained in:
yanran200730
2022-04-15 16:01:15 +08:00
parent 669b56c5f9
commit 6ee61ae682
4 changed files with 522 additions and 5 deletions

View File

@@ -24,6 +24,7 @@
<AiMonitor :isShowBar="isShowBar" :src="m.url" type="slw" :name="m.name" @close="removeMonitor(i)" ref="AiMonitor"></AiMonitor>
</div>
</div>
<Synergy v-if="!isShowBar" style="width: 100%; height: 68px;"></Synergy>
</div>
<ai-dialog title="修改名称" :visible.sync="dialog" width="500px" @onConfirm="handleSubmit(selected)"
@closed="selected={}">
@@ -45,10 +46,11 @@
import DeviceSlider from "../components/deviceSlider"
import LocateDialog from "../components/locateDialog"
import AiMonitor from "../components/AiSlwVideo"
import Synergy from "../components/Synergy"
export default {
name: "AppISManage",
components: {LocateDialog, DeviceSlider, AiMonitor},
components: {LocateDialog, DeviceSlider, AiMonitor, Synergy},
label: "监控实况",
props: {
instance: Function,