From a4d12fcdc4cf6018b039ac6e0010f9f226d769d5 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 20 八月 2025 16:02:57 +0800 Subject: [PATCH] fix: bug --- src/router/index.ts | 32 ++++++++++++++++++++++++++++++-- 1 files changed, 30 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index e0fdbc8..9e0b9a9 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -285,13 +285,41 @@ ], }, { - path: '/FinanceManage', + path: '/AgreementManage', redirect: 'noRedirect', component: Layout, hidden: false, alwaysShow: true, meta: { rank: 10050, + title: '鍗忚绠$悊', + rootMenu: true, + icon: 'home', + }, + children: [ + { + path: '/AgreementManageList', + name: 'AgreementManageList', + hidden: false, + alwaysShow: true, + component: () => import('@/views/AgreementManage/AgreementManageList.vue'), + meta: { + rank: 10051, + title: '鍗忚绠$悊', + // rootMenu: true, + icon: 'home', + }, + }, + ], + }, + { + path: '/FinanceManage', + redirect: 'noRedirect', + component: Layout, + hidden: false, + alwaysShow: true, + meta: { + rank: 10060, title: '璐㈠姟绠$悊', rootMenu: true, icon: 'home', @@ -304,7 +332,7 @@ alwaysShow: true, component: () => import('@/views/FinanceManage/FinanceManage.vue'), meta: { - rank: 10051, + rank: 10061, title: '璐㈠姟绠$悊', // rootMenu: true, icon: 'home', -- Gitblit v1.9.1