From 7ea19f75b3b1fc8c9af3840a470cb662b8f65d0d Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 15 五月 2025 13:59:11 +0800
Subject: [PATCH] fix: s

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

diff --git a/src/router/index.ts b/src/router/index.ts
index 627583d..cb3837d 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -205,7 +205,7 @@
         component: () => import('@/views/Reward/RewardGrant.vue'),
         meta: {
           rank: 10031,
-          title: '濂栧姳鍙戞斁',
+          title: '濂栧姳鍙戞斁鐧昏',
           // rootMenu: true,
           icon: 'home',
         },
@@ -221,6 +221,19 @@
           rootMenu: false,
         },
       },
+      {
+        path: '/WithdrawalApproval',
+        name: 'WithdrawalApproval',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/Reward/WithdrawalApproval.vue'),
+        meta: {
+          rank: 10033,
+          title: '鎻愮幇瀹℃壒',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
     ],
   },
   // {

--
Gitblit v1.9.1