瀏覽代碼

主控台-未选择相机的时候,增加请选择相机的提示

louhangfei 2 年之前
父節點
當前提交
ce34fb722c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/dashboard/home/components/CameraInfo.vue

+ 2 - 1
src/views/dashboard/home/components/CameraInfo.vue

@@ -13,7 +13,8 @@
       />
     </div>
     <div class="video-block">
-      <LiveVideo :url="streamIp" />
+      <LiveVideo :url="streamIp" v-if="selectedCamera" />
+      <div v-else style="margin-top: 50px; text-align: center">请选择相机</div>
     </div>
     <div class="flex" style="width: 100%">
       <span class="algo-text">相关算法:</span>