From f6c97d83a4be799fd11195a71a101d0a10ce7ddb Mon Sep 17 00:00:00 2001 From: yxt_djz Date: Tue, 10 Jan 2023 11:32:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=90=A4=E7=9F=B3=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-ui/src/router/codemenu.js | 14 ++++++++++++++ base-ui/src/router/index.js | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/base-ui/src/router/codemenu.js b/base-ui/src/router/codemenu.js index c55a84b6..87ab01a7 100644 --- a/base-ui/src/router/codemenu.js +++ b/base-ui/src/router/codemenu.js @@ -99,6 +99,20 @@ const codemenu = [ meta: { title: '入库明细表(原始导入)' } }] }, +/* { + path: '/monitoringCenter', + component: Layout, + redirect: '/monitoringCenter/index', + meta: { + title: '监控中心' + }, + children: [{ + path: '/monitoringCenter/index', + component: () => import('@/views/supervise/monitoringCenter/index.vue'), + name: 'monitoringCenterIndex', + meta: { title: '视频监控' } + }] + },*/ { path: '/gdinstoragelog', component: Layout, diff --git a/base-ui/src/router/index.js b/base-ui/src/router/index.js index 0dd8eb1c..8b88f880 100644 --- a/base-ui/src/router/index.js +++ b/base-ui/src/router/index.js @@ -242,6 +242,20 @@ export const constantRoutes = [ } ] }, + { + path: '/monitoringCenter', + component: Layout, + redirect: '/monitoringCenter/index', + meta: { + title: '监控中心' + }, + children: [{ + path: '/monitoringCenter/index', + component: () => import('@/views/supervise/monitoringCenter/index.vue'), + name: 'monitoringCenterIndex', + meta: { title: '视频监控' } + }] + }, { path: 'systemManagement', component: Layout,