From cff7b8884adf21b565657a81233465c3f836b574 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Fri, 8 May 2020 09:20:18 +0800 Subject: [PATCH] fix --- dolphinscheduler-ui/src/js/conf/home/router/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dolphinscheduler-ui/src/js/conf/home/router/index.js b/dolphinscheduler-ui/src/js/conf/home/router/index.js index c0e6c3e50..91e015b2f 100644 --- a/dolphinscheduler-ui/src/js/conf/home/router/index.js +++ b/dolphinscheduler-ui/src/js/conf/home/router/index.js @@ -381,14 +381,6 @@ const router = new Router({ meta: { title: `${i18n.$t('Token manage')}` } - }, - { - path: '/security/worker-groups', - name: 'worker-groups-manage', - component: resolve => require(['../pages/security/pages/workerGroups/index'], resolve), - meta: { - title: `${i18n.$t('Worker group manage')}` - } } ] }, -- GitLab