From 5345d78885467ad07c42cfc3a57fc60059854703 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 09 Jul 2025 15:43:04 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index ec00a19..3e5ab5e 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -579,6 +579,17 @@
},
},
{
+ path: '/account/settings/googleAuthCode',
+ name: 'GoogleAuthCode',
+ component: () => import('@/views/account/settings/googleAuthCode'),
+ meta: {
+ title: '绑定谷歌验证器',
+ hidden: true,
+ keepAlive: true,
+ permission: ['user'],
+ },
+ },
+ {
path: '/account/settings/custom',
name: 'CustomSettings',
component: () => import('@/views/account/settings/Custom'),
--
Gitblit v1.9.3