From ec97c6a7d0ee1b16d08aa5ea85b34776d86af84e Mon Sep 17 00:00:00 2001
From: dengming <dengming@ctfo.com>
Date: 星期四, 10 三月 2022 11:33:51 +0800
Subject: [PATCH] 修复云端录像播放和下载路径错误的问题

---
 web_src/src/components/channelList.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue
index 3cd4bc9..6eae383 100644
--- a/web_src/src/components/channelList.vue
+++ b/web_src/src/components/channelList.vue
@@ -28,9 +28,7 @@
             <devicePlayer ref="devicePlayer" v-loading="isLoging"></devicePlayer>
             <!--璁惧鍒楄〃-->
             <el-table ref="channelListTable" :data="deviceChannelList" :height="winHeight" border style="width: 100%">
-                <el-table-column prop="channelId" label="閫氶亾缂栧彿" width="210">
-                </el-table-column>
-                <el-table-column prop="deviceId" label="璁惧缂栧彿" width="210">
+                <el-table-column prop="channelId" label="閫氶亾缂栧彿" width="200">
                 </el-table-column>
                 <el-table-column prop="name" label="閫氶亾鍚嶇О">
                 </el-table-column>

--
Gitblit v1.8.0