From 34cec62d8d7e6c3641c36512fdcf6ee65e6a545c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 19 九月 2025 16:26:36 +0800
Subject: [PATCH] Merge branch 'dev-v1.1' of http://120.26.58.240:8888/r/flexJobAdminBClient into dev-v1.1

---
 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 98978f2..93b9621 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -312,6 +312,34 @@
       },
     ],
   },
+  // {
+  //   path: '/WithdrawManage',
+  //   redirect: 'noRedirect',
+  //   component: Layout,
+  //   hidden: false,
+  //   alwaysShow: true,
+  //   meta: {
+  //     rank: 10060,
+  //     title: '鎻愮幇绠$悊',
+  //     rootMenu: true,
+  //     icon: 'home',
+  //   },
+  //   children: [
+  //     {
+  //       path: '/WithdrawManageList',
+  //       name: 'WithdrawManageList',
+  //       hidden: false,
+  //       alwaysShow: true,
+  //       component: () => import('@/views/WithdrawManage/WithdrawManageList.vue'),
+  //       meta: {
+  //         rank: 10061,
+  //         title: '鎻愮幇绠$悊',
+  //         // rootMenu: true,
+  //         icon: 'home',
+  //       },
+  //     },
+  //   ],
+  // },
   {
     path: '/FinanceManage',
     redirect: 'noRedirect',
@@ -319,7 +347,7 @@
     hidden: false,
     alwaysShow: true,
     meta: {
-      rank: 10060,
+      rank: 10070,
       title: '璐㈠姟绠$悊',
       rootMenu: true,
       icon: 'home',
@@ -332,7 +360,7 @@
         alwaysShow: true,
         component: () => import('@/views/FinanceManage/FinanceManage.vue'),
         meta: {
-          rank: 10061,
+          rank: 10071,
           title: '璐㈠姟绠$悊',
           // rootMenu: true,
           icon: 'home',

--
Gitblit v1.9.1