From 07a89c37ff8a4e2bcde097faa376f5e5af7e42b6 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 23 九月 2025 17:21:28 +0800
Subject: [PATCH] fix: bug

---
 src/router/index.ts |   66 +++++++++++++++++++++++++++++----
 1 files changed, 58 insertions(+), 8 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 9e0b9a9..93b9621 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -257,14 +257,14 @@
         },
       },
       {
-        path: '/ServiceChargeSettle/:id',
-        name: 'ServiceChargeSettle',
-        hidden: true,
-        alwaysShow: false,
-        component: () => import('@/views/ServiceChargeManage/ServiceChargeSettle.vue'),
+        path: '/BalanceManage',
+        name: 'BalanceManage',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/ServiceChargeManage/BalanceManage.vue'),
         meta: {
           rank: 10042,
-          title: '缁撶畻',
+          title: '浣欓绠$悊',
           // rootMenu: true,
           icon: 'home',
         },
@@ -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',
@@ -351,6 +379,28 @@
     },
   },
   {
+    path: '/SignMiddleware/:code',
+    name: 'SignMiddleware',
+    alias: '/sg/:code',
+    hidden: true,
+    component: () => import('@/views/SignMiddleware/SignMiddleware.vue'),
+    meta: {
+      title: '绛剧害',
+      rank: 102,
+    },
+  },
+  {
+    path: '/SignU/:code',
+    name: 'SignU',
+    alias: '/sgu/:code',
+    hidden: true,
+    component: () => import('@/views/SignMiddleware/SignU.vue'),
+    meta: {
+      title: '绛剧害',
+      rank: 102,
+    },
+  },
+  {
     path: '/Error',
     component: ErrorLayout,
     redirect: '/Error/401',

--
Gitblit v1.9.1