feat(web/miniapp): LAMP 检测管理页与小程序录入(#14)+ web 构建代码拆分
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
FileTextOutlined,
|
||||
BookOutlined,
|
||||
ProfileOutlined,
|
||||
ExperimentOutlined,
|
||||
SettingOutlined,
|
||||
LogoutOutlined,
|
||||
UserOutlined,
|
||||
@@ -34,6 +35,7 @@ const menuData = [
|
||||
{ path: '/logs', name: '控制日志', icon: <FileTextOutlined />, permission: 'log:read' },
|
||||
{ path: '/knowledge', name: '知识库', icon: <BookOutlined />, permission: 'knowledge:read' },
|
||||
{ path: '/batches', name: '批次管理', icon: <ProfileOutlined />, permission: 'batch:read' },
|
||||
{ path: '/lamp-tests', name: 'LAMP 检测', icon: <ExperimentOutlined />, permission: 'lamp:read' },
|
||||
];
|
||||
|
||||
// 角色中文名
|
||||
|
||||
Reference in New Issue
Block a user