diff --git a/src/utils/api/index.js b/src/utils/api/index.js index ef611af..7a8da67 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -130,6 +130,15 @@ export function getTerminalPhotoListJoggle(data) { data, }); } +//获取通道的接口 + +export function getChannelListJoggle(data) { + return request({ + url: "/test/getChannelList", + method: "post", + data, + }); +} //线路信息管理接口数据 //1.线路列表信息 diff --git a/src/views/realTimeMonitor/index.vue b/src/views/realTimeMonitor/index.vue index 606da90..bb00381 100644 --- a/src/views/realTimeMonitor/index.vue +++ b/src/views/realTimeMonitor/index.vue @@ -8,10 +8,10 @@ @@ -20,13 +20,38 @@ - + -
+
- + {{ terminalPhoto }} +
+ +
+ + +
+
+
+

检测项 通道

+
+ + + + +
+
- +
@@ -34,6 +59,7 @@ \ No newline at end of file +