From 0dca2cc0ba3a58728d86ca0af07c92eab2b44c48 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 12 Jun 2026 16:12:00 +0800
Subject: [PATCH] Merge branch '2.10' of http://124.156.157.155:8060/r/dg/dabao-admin-new into 2.10

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

diff --git a/src/config/router.config.js b/src/config/router.config.js
index ec00a19..2c8a98c 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',
@@ -606,6 +612,12 @@
                   permission: ['user'],
                 },
               },
+              {
+                path: '/account/settings/googleAuthCode',
+                name: 'GoogleAuthCode',
+                component: () => import('@/views/account/settings/googleAuthCode'),
+                meta: { title: 'account.settings.menuMap.googleAuthCode', hidden: true, keepAlive: true, permission: ['user'] },
+              },
             ],
           },
         ],

--
Gitblit v1.9.3