fix: remove duplicate menu entries
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 9s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 9s
This commit is contained in:
parent
d051fa7e39
commit
a0be7bf832
@ -36,8 +36,6 @@ export const adminMenuItems: AdminMenuItem[] = [
|
|||||||
{ path: '/events', name: '事件队列' },
|
{ path: '/events', name: '事件队列' },
|
||||||
{ path: '/config', name: '配置管理' },
|
{ path: '/config', name: '配置管理' },
|
||||||
{ path: '/safety', name: '内容安全' },
|
{ path: '/safety', name: '内容安全' },
|
||||||
{ path: '/servers', name: '服务器' },
|
|
||||||
{ path: '/events', name: '事件队列' },
|
|
||||||
]},
|
]},
|
||||||
{ path: '/settings', name: '系统配置', icon: <SettingOutlined />, requiredRole: 'ADMIN' },
|
{ path: '/settings', name: '系统配置', icon: <SettingOutlined />, requiredRole: 'ADMIN' },
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user