From b32a5cfeeff53d7d45952a32d70316762f3e58d2 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 16 Mar 2026 15:54:39 +0800
Subject: [PATCH] 资金管理新增支付设置,可以控制充值列表的类型选择

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

diff --git a/src/config/router.config.js b/src/config/router.config.js
index ec00a19..09106b9 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -231,6 +231,12 @@
             component: () => import('@/views/capital/withdrawallist'),
             meta: { title: '提现列表', keepAlive: true, permission: ['withdrawallist'] },
           },
+          {
+            path: '/capital/payOption',
+            name: 'payOption',
+            component: () => import('@/views/capital/payOption.vue'),
+            meta: { title: '支付设置', keepAlive: true, permission: ['rechargelist'] },
+          },
           // {
           //   path: '/capital/fundrecords',
           //   name: 'fundrecords',

--
Gitblit v1.9.3