This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new a9ecaf0  [Fix][UI Next] Fix Security User Manage route was outdated 
(#8153)
a9ecaf0 is described below

commit a9ecaf0b810a5cd80b29ff99bb4408fddcc1b7a8
Author: lilyzhou <[email protected]>
AuthorDate: Fri Jan 21 18:18:26 2022 +0800

    [Fix][UI Next] Fix Security User Manage route was outdated (#8153)
---
 dolphinscheduler-ui-next/src/router/modules/security.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dolphinscheduler-ui-next/src/router/modules/security.ts 
b/dolphinscheduler-ui-next/src/router/modules/security.ts
index b50e3fb..ab6d069 100644
--- a/dolphinscheduler-ui-next/src/router/modules/security.ts
+++ b/dolphinscheduler-ui-next/src/router/modules/security.ts
@@ -40,8 +40,8 @@ export default {
     },
     {
       path: '/security/user-manage',
-      name: 'users-manage',
-      component: components['user-manage'],
+      name: 'user-manage',
+      component: components['security-user-manage'],
       meta: {
         title: '用户管理',
         showSide: true

Reply via email to