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'),