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 @@
+
+
{{scope.row.longitude}},{{scope.row.latitude}}