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;