This is an automated email from the ASF dual-hosted git repository.
zihaoxiang 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 0e35a841f4 [Fix-17052][UI]Fix ui-setting route with the same name
(#17053)
0e35a841f4 is described below
commit 0e35a841f4fbc48bfdc957183f15dd87ccbedd3a
Author: [email protected] <[email protected]>
AuthorDate: Fri Mar 14 18:24:53 2025 +0800
[Fix-17052][UI]Fix ui-setting route with the same name (#17053)
---
dolphinscheduler-ui/src/router/modules/ui-setting.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dolphinscheduler-ui/src/router/modules/ui-setting.ts
b/dolphinscheduler-ui/src/router/modules/ui-setting.ts
index 5f759e1926..c0a878dea6 100644
--- a/dolphinscheduler-ui/src/router/modules/ui-setting.ts
+++ b/dolphinscheduler-ui/src/router/modules/ui-setting.ts
@@ -30,11 +30,11 @@ export default {
children: [
{
path: '',
- name: 'ui-setting',
+ name: 'ui-setting-child',
component: components['ui-setting'],
meta: {
title: '设置',
- activeMenu: 'ui-setting',
+ activeMenu: 'ui-setting-child',
showSide: false,
auth: []
}