diff --git a/apps/web-antd/src/views/videoSystem/videoSurveillance/channel-tree.vue b/apps/web-antd/src/views/videoSystem/videoSurveillance/channel-tree.vue new file mode 100644 index 00000000..2f06b7da --- /dev/null +++ b/apps/web-antd/src/views/videoSystem/videoSurveillance/channel-tree.vue @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + {{ label.substring(0, label.indexOf(searchValue)) }} + {{ searchValue }} + {{ + label.substring( + label.indexOf(searchValue) + searchValue.length, + ) + }} + + {{ label }} + + + + + + + diff --git a/apps/web-antd/src/views/videoSystem/videoSurveillance/data.ts b/apps/web-antd/src/views/videoSystem/videoSurveillance/data.ts new file mode 100644 index 00000000..15201e48 --- /dev/null +++ b/apps/web-antd/src/views/videoSystem/videoSurveillance/data.ts @@ -0,0 +1,4 @@ +export interface CacheNode { + player: any; // 播放器控制对象 + data: any; // 播放节点参数 +} diff --git a/apps/web-antd/src/views/videoSystem/videoSurveillance/index.vue b/apps/web-antd/src/views/videoSystem/videoSurveillance/index.vue index 91149712..79401ff4 100644 --- a/apps/web-antd/src/views/videoSystem/videoSurveillance/index.vue +++ b/apps/web-antd/src/views/videoSystem/videoSurveillance/index.vue @@ -1,9 +1,381 @@ - - 视频监控 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + +