Browse Source

视频相关

Lita-Tako 4 months ago
parent
commit
66791d2985
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/video/Live.vue

+ 2 - 2
src/components/video/Live.vue

@@ -380,11 +380,11 @@
380
 						<a-button type="primary" class="btn">中止轮巡</a-button>
380
 						<a-button type="primary" class="btn">中止轮巡</a-button>
381
 					</div>
381
 					</div>
382
 					<div class="row">
382
 					<div class="row">
383
-						<a-button type="primary" class="mr-5 btn" @click="captureOne">窗口抓图</a-button>
383
+						<a-button type="primary" class="mr-5 btn" @click="captureOne(null)">窗口抓图</a-button>
384
 						<a-button type="primary" class="btn" @click="stopPlay">窗口关闭</a-button>
384
 						<a-button type="primary" class="btn" @click="stopPlay">窗口关闭</a-button>
385
 					</div>
385
 					</div>
386
 					<div class="row">
386
 					<div class="row">
387
-						<a-button type="primary" class="mr-5 btn" @click="captureAll">全部抓图</a-button>
387
+						<a-button type="primary" class="mr-5 btn" @click="captureAll()">全部抓图</a-button>
388
 						<a-button type="primary" class="btn" @click="stopAllPlay">全部关闭</a-button>
388
 						<a-button type="primary" class="btn" @click="stopAllPlay">全部关闭</a-button>
389
 					</div>
389
 					</div>
390
 					<div v-if="hasPerm(['controlCloud'])" class="flex flex-col">
390
 					<div v-if="hasPerm(['controlCloud'])" class="flex flex-col">