From 98396d2c685b6b66167267dcc9797250b0a06601 Mon Sep 17 00:00:00 2001 From: labbomb <739955946@qq.com> Date: Wed, 2 Mar 2022 16:37:00 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha]Solve the problem of missing menu bar status under Resource (#8661) --- dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } ] }