From 87b19683fb1cad52a0e4d8a10ec020f5fcb89f0c Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Thu, 5 Feb 2026 15:16:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9A=90=E8=97=8F=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E3=80=81=E5=88=86=E5=B1=8F=E7=9B=91=E6=8E=A7=E3=80=81?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 控制台、分屏监控、用户管理设为 hidden - 默认跳转改为通道列表 - 保留组织结构和摄像头配置 - 后续对接 AIOT 主平台时再启用 Co-Authored-By: Claude Opus 4.5 --- web/src/router/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/src/router/index.js b/web/src/router/index.js index ab3f885dd..6a8eee5f3 100644 --- a/web/src/router/index.js +++ b/web/src/router/index.js @@ -43,10 +43,12 @@ export const constantRoutes = [ hidden: true }, + // 控制台暂时隐藏,后续对接AIOT主平台 { path: '/', component: Layout, - redirect: '/dashboard', + redirect: '/channel', + hidden: true, children: [{ path: 'dashboard', name: '控制台', @@ -55,10 +57,12 @@ export const constantRoutes = [ }] }, + // 分屏监控暂时隐藏,后续对接AIOT主平台 { path: '/live', component: Layout, redirect: '/live', + hidden: true, children: [{ path: '', name: 'Live', @@ -262,10 +266,12 @@ export const constantRoutes = [ // meta: { title: '算法配置', icon: 'algorithm' } // }] // }, + // 用户管理暂时隐藏,后续对接AIOT主平台权限系统 { path: '/user', component: Layout, redirect: '/user', + hidden: true, children: [ { path: '',