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'] }, }, ], }, ],