From 17c967ed4e7a6355b2d622e3dcbbfa357de0e126 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Mon, 7 Jul 2025 17:42:08 +0800 Subject: [PATCH] =?UTF-8?q?[1078]=20=E4=BF=AE=E5=A4=8D=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/router/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/router/index.js b/web/src/router/index.js index bafb8c588..e71ae8f2c 100644 --- a/web/src/router/index.js +++ b/web/src/router/index.js @@ -90,9 +90,11 @@ export const constantRoutes = [ meta: { title: '国标设备', icon: 'device' } }, { + hidden: true, path: '/device/record/:deviceId/:channelDeviceId', name: 'DeviceRecord', component: () => import('@/views/device/channel/record'), + meta: { title: '国标录像' } }, { path: '/jtDevice', @@ -101,9 +103,11 @@ export const constantRoutes = [ meta: { title: '部标设备', icon: 'jtDevice' } }, { + hidden: true, path: '/jtDevice/record/:phoneNumber/:channelId', name: 'JTDeviceRecord', - component: () => import('@/views/jtDevice/channel/record') + component: () => import('@/views/jtDevice/channel/record'), + meta: { title: '部标录像' } }, { path: '/push',