From 820433f8f5ab6073ae96e4ecc60ad3a4c3aa2782 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 17 一月 2025 10:15:12 +0800
Subject: [PATCH] ui

---
 src/components/ControllerVideoWeb.vue |   30 +-----------------------------
 1 files changed, 1 insertions(+), 29 deletions(-)

diff --git a/src/components/ControllerVideoWeb.vue b/src/components/ControllerVideoWeb.vue
index 84583c3..c50662c 100644
--- a/src/components/ControllerVideoWeb.vue
+++ b/src/components/ControllerVideoWeb.vue
@@ -78,40 +78,12 @@
           </div>
         </div>
       </div>
-      <div style="height: 50px; position: relative; margin: 8px 0px">
-        <div class="control-title">璺嚎鎺у埗</div>
-        <div class="margin20">
-          <div class="fx">
-            <div class="b-item">
-              <div :class="{'b-item-item': true, bgc: this.command === 'START_RECORD_TRACK'}" @mousedown="setCameraCommand('START_RECORD_TRACK', 0)" @mouseup="setCameraCommand('START_RECORD_TRACK', 1)">寮�濮嬭褰曡矾绾�</div>
-            </div>
-            <div class="b-item">
-              <div :class="{'b-item-item': true, bgc: this.command === 'STOP_RECORD_TRACK'}" @mousedown="setCameraCommand('STOP_RECORD_TRACK', 0)" @mouseup="setCameraCommand('STOP_RECORD_TRACK', 1)">鍋滄璁板綍璺嚎</div>
-            </div>
-            <div class="b-item">
-              <div :class="{'b-item-item': true, bgc: this.command === 'START_TRACK'}" @mousedown="setCameraCommand('START_TRACK', 0)" @mouseup="setCameraCommand('START_TRACK', 1)">寮�濮嬭矾绾�</div>
-            </div>
-            <div class="b-item">
-              <div :class="{'b-item-item': true, bgc: this.command === 'STOP_TRACK'}" @mousedown="setCameraCommand('STOP_TRACK', 0)" @mouseup="setCameraCommand('STOP_TRACK', 1)">鍋滄璺嚎</div>
-            </div>
-          </div>
-        </div>
-      </div>
-      <div style="height: 50px; position: relative">
-        <div class="control-title">闆ㄥ埛寮�鍏�</div>
-        <div class="margin20">
-          <div class="fx">
-            <div class="b-item">
-              <div :class="{'b-item-item': true, bgc: this.command === 'WIPER_SWITCH'}" @mousedown="setCameraCommand('WIPER_SWITCH', 0)" @mouseup="setCameraCommand('WIPER_SWITCH', 1)">鎺ラ�氶洦鍒峰紑鍏�</div>
-            </div>
-          </div>
-        </div>
-      </div>
     </div>
   </div>
 </template>
 
 <script>
+import '@/assets/text/fonts.css'
 import { setCameraCommand } from '@/api/camear'
 
 export default {

--
Gitblit v1.8.0