新大宝股票管理后台
1
jhzh
2025-07-09 5345d78885467ad07c42cfc3a57fc60059854703
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'),