From 31d437890f80ac39ac19c4b7f5624de45ae191c1 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 22 八月 2025 10:14:05 +0800
Subject: [PATCH] fix: 签约

---
 src/router/index.ts |   45 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 1d4bf44..9e0b9a9 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -215,6 +215,19 @@
           icon: 'home',
         },
       },
+      {
+        path: '/CheckReceiveTaskDetail/:id',
+        name: 'CheckReceiveTaskDetail',
+        hidden: true,
+        alwaysShow: false,
+        component: () => import('@/views/EmploymentManage/CheckReceiveTaskDetail.vue'),
+        meta: {
+          rank: 10031,
+          title: '楠屾敹璇︽儏',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
     ],
   },
   {
@@ -272,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',
@@ -291,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