fix: remove duplicate DollarOutlined
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
This commit is contained in:
parent
724aae9b67
commit
5254858a9f
@ -3,7 +3,6 @@ import { CodeOutlined, CloudServerOutlined, RobotOutlined, DashboardOutlined, Do
|
|||||||
UserOutlined,
|
UserOutlined,
|
||||||
BookOutlined,
|
BookOutlined,
|
||||||
ImportOutlined,
|
ImportOutlined,
|
||||||
DollarOutlined,
|
|
||||||
SettingOutlined,
|
SettingOutlined,
|
||||||
FileOutlined,
|
FileOutlined,
|
||||||
CloudOutlined,
|
CloudOutlined,
|
||||||
@ -33,7 +32,6 @@ export const adminMenuItems: AdminMenuItem[] = [
|
|||||||
{ path: '/users/members', name: '普通用户' },
|
{ path: '/users/members', name: '普通用户' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ path: '/membership', name: '会员与额度', icon: <DollarOutlined />, requiredRole: 'ADMIN' },
|
|
||||||
{
|
{
|
||||||
path: '/knowledge',
|
path: '/knowledge',
|
||||||
name: '知识库管理',
|
name: '知识库管理',
|
||||||
@ -47,7 +45,6 @@ export const adminMenuItems: AdminMenuItem[] = [
|
|||||||
{ path: '/ai-costs', name: 'AI 调用与成本', icon: <CloudOutlined /> },
|
{ path: '/ai-costs', name: 'AI 调用与成本', icon: <CloudOutlined /> },
|
||||||
{ path: '/files', name: '文件与 COS', icon: <FileOutlined /> },
|
{ path: '/files', name: '文件与 COS', icon: <FileOutlined /> },
|
||||||
{ path: '/settings', name: '系统配置', icon: <SettingOutlined />, requiredRole: 'ADMIN' },
|
{ path: '/settings', name: '系统配置', icon: <SettingOutlined />, requiredRole: 'ADMIN' },
|
||||||
{ path: '/billing', name: 'API 用量', icon: <DollarOutlined />, requiredRole: 'SUPER_ADMIN' },
|
|
||||||
{ path: '/git', name: '代码仓库', icon: <CodeOutlined /> },
|
{ path: '/git', name: '代码仓库', icon: <CodeOutlined /> },
|
||||||
{ path: '/servers', name: '服务器运维', icon: <CloudServerOutlined />, requiredRole: 'SUPER_ADMIN' },
|
{ path: '/servers', name: '服务器运维', icon: <CloudServerOutlined />, requiredRole: 'SUPER_ADMIN' },
|
||||||
{ path: '/audit', name: '审计日志', icon: <SafetyOutlined />, requiredRole: 'ADMIN' },
|
{ path: '/audit', name: '审计日志', icon: <SafetyOutlined />, requiredRole: 'ADMIN' },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user