视频回放
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user