From 2bec0ab66e17ca6917fbc9ad36b177e2d07827a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Wed, 24 Jul 2024 15:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=AF=B9=E6=AF=94=E7=BB=93?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 11 +------- src/views/checkManage/Subsection.vue | 7 +++-- src/views/checkManage/checkOperation.vue | 34 +++++++++++++----------- src/views/checkManage/index.vue | 1 + src/views/historyCheck/index.vue | 18 ++++++++++--- 5 files changed, 38 insertions(+), 33 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d319efd..e55bd5a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -34,19 +34,10 @@ 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: 'realTimeMonitoring', name: 'realTimeMonitoring', diff --git a/src/views/checkManage/Subsection.vue b/src/views/checkManage/Subsection.vue index 21521d9..7c27ca6 100644 --- a/src/views/checkManage/Subsection.vue +++ b/src/views/checkManage/Subsection.vue @@ -1,7 +1,7 @@