diff --git a/dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts b/dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts index 0118e93a5f..0d6da1c849 100644 --- a/dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts +++ b/dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts @@ -166,11 +166,11 @@ export function useDataList() { children: [ { label: t('menu.task_group_option'), - key: 'task-group-option' + key: '/resource/task-group-option' }, { label: t('menu.task_group_queue'), - key: 'task-group-queue' + key: '/resource/task-group-queue' } ] }