From 42d60f50072ebde98549157420bd18639712af43 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 17 十月 2025 09:16:38 +0800
Subject: [PATCH] feat: 1.2.0.1

---
 src/router/index.ts |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 93b9621..f101ed8 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -366,6 +366,61 @@
           icon: 'home',
         },
       },
+      // {
+      //   path: '/BalanceManageList',
+      //   name: 'BalanceManageList',
+      //   hidden: false,
+      //   alwaysShow: true,
+      //   component: () => import('@/views/FinanceManage/BalanceManageList.vue'),
+      //   meta: {
+      //     rank: 10072,
+      //     title: '浣欓绠$悊',
+      //     // rootMenu: true,
+      //     icon: 'home',
+      //   },
+      // },
+      // {
+      //   path: '/BalanceManageDetail',
+      //   name: 'BalanceManageDetail',
+      //   hidden: true,
+      //   alwaysShow: false,
+      //   component: () => import('@/views/FinanceManage/BalanceManageDetail.vue'),
+      //   meta: {
+      //     rank: 10073,
+      //     title: '璇︽儏',
+      //     // rootMenu: true,
+      //     icon: 'home',
+      //   },
+      // },
+    ],
+  },
+
+  {
+    path: '/UserManage',
+    redirect: 'noRedirect',
+    component: Layout,
+    hidden: false,
+    alwaysShow: true,
+    meta: {
+      rank: 10100,
+      title: '鐢ㄦ埛绠$悊',
+      rootMenu: true,
+      icon: 'home',
+    },
+    children: [
+      {
+        path: '/UserManageList',
+        name: 'UserManageList',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/UserManage/UserManageList.vue'),
+        meta: {
+          rank: 10101,
+          title: '鐢ㄦ埛绠$悊',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
     ],
   },
   {

--
Gitblit v1.9.1