Skip to content

Commit 0e35a84

Browse files
authored
[Fix-17052][UI]Fix ui-setting route with the same name (#17053)
1 parent 5782558 commit 0e35a84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dolphinscheduler-ui/src/router/modules/ui-setting.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ export default {
3030
children: [
3131
{
3232
path: '',
33-
name: 'ui-setting',
33+
name: 'ui-setting-child',
3434
component: components['ui-setting'],
3535
meta: {
3636
title: '设置',
37-
activeMenu: 'ui-setting',
37+
activeMenu: 'ui-setting-child',
3838
showSide: false,
3939
auth: []
4040
}

0 commit comments

Comments
 (0)