From ebea958ab2324104b59f83675a6347d4a6b1d9d1 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 29 十月 2025 16:58:13 +0800
Subject: [PATCH] feat: 页面

---
 src/router/index.ts |  109 +++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 83 insertions(+), 26 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 4b21b9b..6ccf758 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -96,6 +96,34 @@
     },
   },
   {
+    path: '/SupplierManage',
+    redirect: 'noRedirect',
+    component: Layout,
+    hidden: false,
+    alwaysShow: true,
+    meta: {
+      rank: 10005,
+      title: '渚涘簲鍟嗙鐞�',
+      rootMenu: true,
+      icon: 'home',
+    },
+    children: [
+      {
+        path: '/SupplierManageList',
+        name: 'SupplierManageList',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/SupplierManage/SupplierManageList.vue'),
+        meta: {
+          rank: 10005,
+          title: '渚涘簲鍟嗙鐞�',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+    ],
+  },
+  {
     path: '/FlexJobManage',
     redirect: 'noRedirect',
     component: Layout,
@@ -366,32 +394,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: '/EnterpriseBalanceManage',
+        name: 'EnterpriseBalanceManage',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/FinanceManage/EnterpriseBalanceManage.vue'),
+        meta: {
+          rank: 10072,
+          title: '浼佷笟浣欓绠$悊',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/EnterpriseBalanceManageDetail/:id',
+        name: 'EnterpriseBalanceManageDetail',
+        hidden: true,
+        alwaysShow: false,
+        component: () => import('@/views/FinanceManage/EnterpriseBalanceManageDetail.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