From 30d3f5af1b2d50e97ca3ebd6992d6310a64c5e30 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 29 Apr 2026 14:45:23 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 8d8541f..2c8a98c 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -615,7 +615,7 @@
{
path: '/account/settings/googleAuthCode',
name: 'GoogleAuthCode',
- component: () => import('@/views/account/settings/GoogleAuthCode'),
+ component: () => import('@/views/account/settings/googleAuthCode'),
meta: { title: 'account.settings.menuMap.googleAuthCode', hidden: true, keepAlive: true, permission: ['user'] },
},
],
--
Gitblit v1.9.3