fix: 接入前端V1路由+菜单, 更新LLM网关配置(DeepSeek+QwenVL)及模型定价
This commit is contained in:
@@ -16,6 +16,8 @@ import {
|
|||||||
CheckSquareOutlined,
|
CheckSquareOutlined,
|
||||||
RobotOutlined,
|
RobotOutlined,
|
||||||
AuditOutlined,
|
AuditOutlined,
|
||||||
|
AlertOutlined,
|
||||||
|
BookOutlined,
|
||||||
LogoutOutlined,
|
LogoutOutlined,
|
||||||
MenuFoldOutlined,
|
MenuFoldOutlined,
|
||||||
MenuUnfoldOutlined,
|
MenuUnfoldOutlined,
|
||||||
@@ -70,6 +72,16 @@ const menuItems: MenuProps['items'] = [
|
|||||||
icon: <AuditOutlined />,
|
icon: <AuditOutlined />,
|
||||||
label: '审核管理',
|
label: '审核管理',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: '/alerts',
|
||||||
|
icon: <AlertOutlined />,
|
||||||
|
label: '告警中心',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: '/knowledge',
|
||||||
|
icon: <BookOutlined />,
|
||||||
|
label: '知识库',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function AppLayout() {
|
export default function AppLayout() {
|
||||||
|
|||||||
Reference in New Issue
Block a user