From 657fba01cac2e04beb2e75e571b8f0b859539e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Tue, 26 Dec 2023 19:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=A2=99=E9=87=87=E7=94=A8?= =?UTF-8?q?=E5=8D=95=E5=A2=99=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 38 ++-- src/views/videoWall/index.vue | 345 ++++++++++++++++++++++++---------- 2 files changed, 260 insertions(+), 123 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 285b666..a3983e3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -34,28 +34,28 @@ const routes = [{ name: 'videoWall1`', meta: { icon: 'desktop', - name: '视频墙1' + name: '视频墙' }, component: () => import('@/views/videoWall/index'), }, - { - path: 'videoWall2', - name: 'videoWall2', - meta: { - icon: 'desktop', - name: '视频墙2' - }, - component: () => import('@/views/videoWall2/index'), - }, - { - path: 'videoWall3', - name: 'videoWall3', - meta: { - icon: 'desktop', - name: '视频墙3' - }, - component: () => import('@/views/videoWall3/index'), - }, + // { + // path: 'videoWall2', + // name: 'videoWall2', + // meta: { + // icon: 'desktop', + // name: '视频墙2' + // }, + // component: () => import('@/views/videoWall2/index'), + // }, + // { + // path: 'videoWall3', + // name: 'videoWall3', + // meta: { + // icon: 'desktop', + // name: '视频墙3' + // }, + // component: () => import('@/views/videoWall3/index'), + // }, { path: 'realTimeMonitoring', name: 'realTimeMonitoring', diff --git a/src/views/videoWall/index.vue b/src/views/videoWall/index.vue index dfd81b8..a85b8bb 100644 --- a/src/views/videoWall/index.vue +++ b/src/views/videoWall/index.vue @@ -1,57 +1,104 @@ \ No newline at end of file + \ No newline at end of file