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
|
hidden: true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// 控制台暂时隐藏,后续对接AIOT主平台
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/dashboard',
|
redirect: '/channel',
|
||||||
|
hidden: true,
|
||||||
children: [{
|
children: [{
|
||||||
path: 'dashboard',
|
path: 'dashboard',
|
||||||
name: '控制台',
|
name: '控制台',
|
||||||
@@ -55,10 +57,12 @@ export const constantRoutes = [
|
|||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// 分屏监控暂时隐藏,后续对接AIOT主平台
|
||||||
{
|
{
|
||||||
path: '/live',
|
path: '/live',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/live',
|
redirect: '/live',
|
||||||
|
hidden: true,
|
||||||
children: [{
|
children: [{
|
||||||
path: '',
|
path: '',
|
||||||
name: 'Live',
|
name: 'Live',
|
||||||
@@ -262,10 +266,12 @@ export const constantRoutes = [
|
|||||||
// meta: { title: '算法配置', icon: 'algorithm' }
|
// meta: { title: '算法配置', icon: 'algorithm' }
|
||||||
// }]
|
// }]
|
||||||
// },
|
// },
|
||||||
|
// 用户管理暂时隐藏,后续对接AIOT主平台权限系统
|
||||||
{
|
{
|
||||||
path: '/user',
|
path: '/user',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/user',
|
redirect: '/user',
|
||||||
|
hidden: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user