From cf8ca22ff14511baf49616f757481267fa1af257 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 26 Apr 2026 11:13:06 +0800
Subject: [PATCH] 1

---
 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 09106b9..8d8541f 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -612,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