From 6ce6b95b56f17aca95a5d01447c6794fe3917262 Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: Mon, 11 Jan 2021 09:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=9A=E9=81=93=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF/=E7=A6=BB=E7=BA=BF=E6=8F=8F=E8=BF=B0=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=AD=A7=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/channelList.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue index e221974b..a8392d09 100644 --- a/web_src/src/components/channelList.vue +++ b/web_src/src/components/channelList.vue @@ -44,8 +44,8 @@ @@ -99,14 +99,14 @@ export default { total: 0, beforeUrl: "/videoList", isLoging: false, - autoList: false + autoList: true }; }, mounted() { this.initData(); if (this.autoList) { - this.updateLooper = setInterval(this.initData, 1500); + this.updateLooper = setInterval(this.initData, 5000); } }, @@ -179,7 +179,7 @@ export default { //通知设备上传媒体流 sendDevicePush: function (itemData) { - console.log(itemData) + console.log(itemData); let deviceId = this.deviceId; this.isLoging = true; let channelId = itemData.channelId;