From e5919c0e9058fd417fb4a8ca5b37013f17ab5b37 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 12 Jan 2026 15:21:16 +0800
Subject: [PATCH] 1

---
 src/config/router.config.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index d6dac32..6b7f3f5 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -184,7 +184,13 @@
             name: 'fundrecords',
             component: () => import('@/views/capital/fundrecords'),
             meta: { title: '资金明细', keepAlive: true, permission: ['fundrecords'] }
-          }
+          },
+          {
+            path: '/capital/withdrawallist',
+            name: 'withdrawallist',
+            component: () => import('@/views/capital/withdrawallist'),
+            meta: { title: '提现列表', keepAlive: true, permission: ['withdrawallist'] },
+          },
         ]
       },
       {

--
Gitblit v1.9.3