feat(web/miniapp): 批次/蚕匾管理与蚕房详情展示(#7)
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
VideoCameraOutlined,
|
||||
FileTextOutlined,
|
||||
BookOutlined,
|
||||
ProfileOutlined,
|
||||
SettingOutlined,
|
||||
LogoutOutlined,
|
||||
UserOutlined,
|
||||
@@ -32,6 +33,7 @@ const menuData = [
|
||||
{ path: '/videos', name: '视频监控', icon: <VideoCameraOutlined />, permission: 'video:read' },
|
||||
{ path: '/logs', name: '控制日志', icon: <FileTextOutlined />, permission: 'log:read' },
|
||||
{ path: '/knowledge', name: '知识库', icon: <BookOutlined />, permission: 'knowledge:read' },
|
||||
{ path: '/batches', name: '批次管理', icon: <ProfileOutlined />, permission: 'batch:read' },
|
||||
];
|
||||
|
||||
// 角色中文名
|
||||
|
||||
Reference in New Issue
Block a user