From 68cad9a953450069748435e7bf219895c0efaaba Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期日, 10 一月 2021 23:14:58 +0800 Subject: [PATCH] 调整格式 --- web_src/src/components/channelList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue index fd52e04..cd84eff 100644 --- a/web_src/src/components/channelList.vue +++ b/web_src/src/components/channelList.vue @@ -101,7 +101,7 @@ total: 0, beforeUrl: "/videoList", isLoging: false, - autoList: false + autoList: true }; }, @@ -181,7 +181,7 @@ //閫氱煡璁惧涓婁紶濯掍綋娴� sendDevicePush: function (itemData) { - console.log(itemData) + console.log(itemData); let deviceId = this.deviceId; this.isLoging = true; let channelId = itemData.channelId; -- Gitblit v1.8.0