feat: 隐藏控制台、分屏监控、用户管理菜单
- 控制台、分屏监控、用户管理设为 hidden - 默认跳转改为通道列表 - 保留组织结构和摄像头配置 - 后续对接 AIOT 主平台时再启用 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user