From 6dffd3428d63e2f63ab883a9639b32c46fb6bc94 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 16:59:17 +0800
Subject: [PATCH] fix: 四流 奖励金 文字改成 可用资金

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

diff --git a/src/router/index.ts b/src/router/index.ts
index e2e0658..f5d5d13 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -214,7 +214,7 @@
   //       component: () => import('@/views/Reward/RewardGrantRegister.vue'),
   //       meta: {
   //         rank: 10033,
-  //         title: '濂栧姳閲戠櫥璁�',
+  //         title: '鍙敤璧勯噾鐧昏',
   //         rootMenu: false,
   //       },
   //     },
@@ -299,6 +299,16 @@
     },
   },
   {
+    path: '/DataBoardPage',
+    name: 'DataBoardPage',
+    hidden: true,
+    component: () => import('@/views/DataBoard/DataBoardHome.vue'),
+    meta: {
+      title: '鏁版嵁鐪嬫澘',
+      rank: 102,
+    },
+  },
+  {
     path: '/Error',
     component: ErrorLayout,
     redirect: '/Error/401',

--
Gitblit v1.9.1