From 810dceea88aea5b3866819a7f57ec192d8b16ee0 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Thu, 4 Nov 2021 14:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=BE=E5=A4=87=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/mysql.sql | 1 + web_src/src/components/channelList.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/sql/mysql.sql b/sql/mysql.sql index 45012577..cd5bbea7 100644 --- a/sql/mysql.sql +++ b/sql/mysql.sql @@ -23,6 +23,7 @@ create table device updateTime varchar(50) not null, port int not null, expires int not null, + subscribeCycleForCatalog int not null, hostAddress varchar(50) not null, charset varchar(50) not null ); diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue index f06abfc1..2b068709 100644 --- a/web_src/src/components/channelList.vue +++ b/web_src/src/components/channelList.vue @@ -54,6 +54,8 @@ + +