更新默认菜单
This commit is contained in:
parent
a4692f9835
commit
682f9b2c58
@ -50,9 +50,9 @@ function getDefaultMenus(): AppMenuItem[] {
|
||||
{ id: 'design', key: 'design', label: '设计', icon: 'tabler:pencil', type: 'workspace', workspaceName: '设计', url: '/workspace/design', order: 3 },
|
||||
{ id: 'website', key: 'website', label: '网站', icon: 'tabler:world', type: 'workspace', workspaceName: '网站', url: '/workspace/website', order: 4 },
|
||||
{ id: 'agents', key: 'AgentList', label: 'AI智能体', icon: 'hugeicons:robotic', type: 'route', routeName: 'AgentList', order: 5 },
|
||||
{ id: 'nodes', key: 'NodeList', label: '节点', icon: 'tabler:plus', type: 'route', routeName: 'NodeList', order: 6 },
|
||||
{ id: 'localJobs', key: 'LocalJobList', label: '任务队列', icon: 'tabler:clock', type: 'route', routeName: 'LocalJobList', order: 7 },
|
||||
{ id: 'scheduledJobs', key: 'ScheduledJobList', label: '定时任务', icon: 'tabler:calendar', type: 'route', routeName: 'ScheduledJobList', order: 8 },
|
||||
{ id: 'nodes', key: 'NodeList', label: '节点', icon: 'carbon:add-child-node', type: 'route', routeName: 'NodeList', order: 6 },
|
||||
{ id: 'localJobs', key: 'LocalJobList', label: '任务队列', icon: 'iconoir:task-list', type: 'route', routeName: 'LocalJobList', order: 7 },
|
||||
{ id: 'scheduledJobs', key: 'ScheduledJobList', label: '定时任务', icon: 'carbon:event-schedule', type: 'route', routeName: 'ScheduledJobList', order: 8 },
|
||||
{ id: 'dev-group', key: 'dev-group', label: '开发', icon: 'tabler:code', type: 'group', order: 9 },
|
||||
{ id: 'dev-template', key: 'dev-template', label: '页面类型模板', icon: 'tabler:file-code', type: 'route', routeName: 'CreatePagetypeTemplate', parentId: 'dev-group', order: 1 },
|
||||
{ id: 'menuManager', key: 'MenuManager', label: '菜单管理', icon: 'tabler:menu-2', type: 'route', routeName: 'MenuManager', order: 10 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user