From 972fb90dafbdffdd09c8d23f9a4dbd6a14dec692 Mon Sep 17 00:00:00 2001 From: Devosend Date: Wed, 2 Feb 2022 18:59:54 +0800 Subject: [PATCH] fix udf resource manage router (#8268) --- dolphinscheduler-ui-next/src/router/modules/resources.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dolphinscheduler-ui-next/src/router/modules/resources.ts b/dolphinscheduler-ui-next/src/router/modules/resources.ts index 0f4cf9942b..2adb6ed8ae 100644 --- a/dolphinscheduler-ui-next/src/router/modules/resources.ts +++ b/dolphinscheduler-ui-next/src/router/modules/resources.ts @@ -86,7 +86,7 @@ export default { { path: '/resource/resource-manage', name: 'resource-manage', - component: components['resource'], + component: components['resource-udf-resource'], meta: { title: '资源管理', showSide: true @@ -95,7 +95,7 @@ export default { { path: '/resource/resource-manage/:id', name: 'resource-sub-manage', - component: components['resource'], + component: components['resource-udf-resource'], meta: { title: '资源管理', showSide: true @@ -106,7 +106,8 @@ export default { name: 'function-manage', component: components['resource-udf-function'], meta: { - title: '函数管理' + title: '函数管理', + showSide: true } }, {